gtk/gimp/gimp.install
2013-04-30 18:50:59 +00:00

16 lines
240 B
Plaintext

post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
/sbin/ldconfig -r .
}
post_upgrade() {
post_install
/sbin/ldconfig -r .
}
post_remove() {
post_install
/sbin/ldconfig -r .
}