gtk/gtkspell/gtkspell.install

12 lines
119 B
Plaintext
Raw Normal View History

2013-04-29 00:14:39 +08:00
post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
post_install $1
}
pre_remove() {
sbin/ldconfig -r .
}