gtk/oxygen-gtk3/install
2013-09-01 23:08:42 +02: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
}