gtk/gnet/install

12 lines
119 B
Plaintext
Raw Normal View History

2013-05-03 02:58:17 +08:00
post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
post_install $1
}
pre_remove() {
sbin/ldconfig -r .
}