core/lightspark/lightspark.install

13 lines
247 B
Plaintext
Raw Normal View History

2011-11-20 03:05:15 +08:00
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install $1
}
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}