summaryrefslogtreecommitdiff
path: root/libre/fakeroot-tcp/fakeroot.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/fakeroot-tcp/fakeroot.install')
-rw-r--r--libre/fakeroot-tcp/fakeroot.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/fakeroot-tcp/fakeroot.install b/libre/fakeroot-tcp/fakeroot.install
deleted file mode 100644
index caab92243..000000000
--- a/libre/fakeroot-tcp/fakeroot.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- usr/bin/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
- usr/bin/ldconfig -r .
-}
-
-pre_remove() {
- usr/bin/ldconfig -r .
-}