desktop/qmidictl/qmidictl.install

13 lines
217 B
Plaintext
Raw Normal View History

2011-08-07 19:47:16 +08:00
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
post_install
}