gtk/gimp/gimp.install

16 lines
240 B
Plaintext
Raw Normal View History

2013-04-28 04:51:57 +08:00
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
2013-05-01 02:50:59 +08:00
/sbin/ldconfig -r .
2013-04-28 04:51:57 +08:00
}
post_upgrade() {
post_install
2013-05-01 02:50:59 +08:00
/sbin/ldconfig -r .
2013-04-28 04:51:57 +08:00
}
post_remove() {
post_install
2013-05-01 02:50:59 +08:00
/sbin/ldconfig -r .
2013-04-28 04:51:57 +08:00
}