core/libbonobo/libbonobo.install

20 lines
148 B
Plaintext
Raw Normal View History

post_install() {
/bin/true
}
post_upgrade() {
ldconfig -r .
}
pre_remove() {
/bin/true
}
post_remove() {
/bin/true
}
op=$1
shift
$op $*