gtk/filesystem-extra/extra.install

12 lines
119 B
Plaintext
Raw Normal View History

2013-04-28 18:03:30 +08:00
post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
post_install $1
}
pre_remove() {
sbin/ldconfig -r .
}