You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
post_install() { |
|
sbin/ldconfig -r . |
|
} |
|
|
|
post_upgrade() { |
|
if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then |
|
sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf |
|
fi |
|
sbin/ldconfig -r . |
|
} |
|
|
|
pre_remove() { |
|
sbin/ldconfig -r . |
|
}
|
|
|