gtk/qtcurve-gtk2/install
2013-04-30 22:21:23 +00:00

13 lines
159 B
Plaintext

post_install() {
/usr/bin/kbuildsycoca4 --global &> /dev/null
sbin/ldconfig -r .
}
post_upgrade() {
post_install
}
pre_remove() {
post_install
}