gtk/gtkmm/install
2013-05-02 18:58:17 +00:00

12 lines
119 B
Plaintext

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