gtk/filesystem-extra/extra.install
2013-04-28 10:03:30 +00:00

12 lines
119 B
Plaintext

post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
post_install $1
}
pre_remove() {
sbin/ldconfig -r .
}