summaryrefslogtreecommitdiff
path: root/debian/debhelper.in
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2017-08-20 16:24:53 +0200
committerAurelien Jarno <aurelien@aurel32.net>2017-08-20 16:24:53 +0200
commit1efa75416b134d71de756a75a24cab5bd887fb1a (patch)
treef74f164b6591c72da59363529f05461ead9a976b /debian/debhelper.in
parent12e397243eeca2f00f29de1597e49304e0393622 (diff)
debian/debhelper.in/libc.[preinst,postinst}: remove code not needed since jessie.
Diffstat (limited to 'debian/debhelper.in')
-rw-r--r--debian/debhelper.in/libc.postinst15
-rw-r--r--debian/debhelper.in/libc.preinst15
2 files changed, 0 insertions, 30 deletions
diff --git a/debian/debhelper.in/libc.postinst b/debian/debhelper.in/libc.postinst
index 7378872b..081b2659 100644
--- a/debian/debhelper.in/libc.postinst
+++ b/debian/debhelper.in/libc.postinst
@@ -232,21 +232,6 @@ then
fi
fi
-# We now use the multiarch triplet instead of the GNU triplet for the ld.so
-# configuration file, in order to keep a stable path. Remove the old file.
-case ${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)} in
- hurd-i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-gnu.conf 2.19-11~ libc0.3:hurd-i386 -- "$@"
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-gnu-gnu.conf 2.19-11~ libc0.3:hurd-i386 -- "$@"
- ;;
- i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-linux-gnu.conf 2.19-4~ libc6:i386 -- "$@"
- ;;
- kfreebsd-i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-kfreebsd-gnu.conf 2.19-11~ libc0.1:kfreebsd-i386 -- "$@"
- ;;
-esac
-
#DEBHELPER#
exit 0
diff --git a/debian/debhelper.in/libc.preinst b/debian/debhelper.in/libc.preinst
index 7d8b5601..0893108a 100644
--- a/debian/debhelper.in/libc.preinst
+++ b/debian/debhelper.in/libc.preinst
@@ -382,21 +382,6 @@ then
touch /etc/ld.so.nohwcap
fi
-# We now use the multiarch triplet instead of the GNU triplet for the ld.so
-# configuration file, in order to keep a stable path. Remove the old file.
-case ${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)} in
- hurd-i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-gnu.conf 2.19-11~ libc0.3:hurd-i386 -- "$@"
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-gnu-gnu.conf 2.19-11~ libc0.3:hurd-i386 -- "$@"
- ;;
- i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-linux-gnu.conf 2.19-4~ libc6:i386 -- "$@"
- ;;
- kfreebsd-i386)
- dpkg-maintscript-helper rm_conffile /etc/ld.so.conf.d/i486-kfreebsd-gnu.conf 2.19-11~ libc0.1:kfreebsd-i386 -- "$@"
- ;;
-esac
-
#DEBHELPER#
if [ -n "$preversion" ]; then