gtk/oxygen-gtk3/install

13 lines
159 B
Plaintext
Raw Normal View History

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