gtk/oxygen-gtk2/install

13 lines
159 B
Plaintext
Raw Normal View History

2013-05-01 04:04:48 +08:00
post_install() {
/usr/bin/kbuildsycoca4 --global &> /dev/null
sbin/ldconfig -r .
}
post_upgrade() {
post_install
}
pre_remove() {
post_install
}