OSDN Git Service

upg
[joborun/jobcore.git] / fakeroot / fakeroot.install.26
1 post_install() {
2   usr/bin/ldconfig -r .
3 }
4
5 post_upgrade() {
6   if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
7     sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
8   fi
9   usr/bin/ldconfig -r .
10 }
11
12 pre_remove() {
13   usr/bin/ldconfig -r .
14 }