gtk/gimp/gimp.install

18 lines
381 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 .
echo 'we now set local configuration in ~/.config/gimp,'
echo 'please consider manually moving it from ~/.gimp-2.8 before you start it.'
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
}