desktop/synaptiks/synaptiks.install
2011-06-27 19:22:15 +00:00

10 lines
117 B
Bash

#!/bin/sh
post_install() {
xdg-icon-resource forceupdate
}
post_remove() {
xdg-icon-resource forceupdate
}