gtk/hugin/install

16 lines
244 B
Plaintext
Raw Permalink Normal View History

2013-05-12 03:48:44 +08:00
post_install() {
kbuildsycoca4 &> /dev/null
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
/sbin/ldconfig -r .
}
post_upgrade() {
post_install
/sbin/ldconfig -r .
}
post_remove() {
post_install
/sbin/ldconfig -r .
}