desktop/synaptiks/synaptiks.install

10 lines
117 B
Plaintext
Raw Normal View History

2011-06-28 03:22:15 +08:00
#!/bin/sh
post_install() {
xdg-icon-resource forceupdate
}
post_remove() {
xdg-icon-resource forceupdate
}