core/fakechroot/fakechroot.install
2010-07-23 20:54:20 +00:00

15 lines
228 B
Plaintext

post_install() {
sbin/ldconfig -r .
}
post_upgrade() {
if [ "$(vercmp $2 2.9-2)" -lt 0 ]; then
sed -i -e '/\/usr\/lib\/libfakechroot/d' etc/ld.so.conf
fi
sbin/ldconfig -r .
}
post_remove() {
sbin/ldconfig -r .
}