gtk/gtkspell/gtkspell.install
2013-04-28 18:14:39 +02:00

12 lines
119 B
Plaintext

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