summaryrefslogtreecommitdiff
path: root/emulators/linux-locale/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux-locale/pkg/DEINSTALL')
-rw-r--r--emulators/linux-locale/pkg/DEINSTALL6
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/linux-locale/pkg/DEINSTALL b/emulators/linux-locale/pkg/DEINSTALL
deleted file mode 100644
index d0ce5fc559c..00000000000
--- a/emulators/linux-locale/pkg/DEINSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.1.1.1 2000/01/07 05:23:30 sakamoto Exp $
-grep -v 'libwcsmbs\.so' ${EMULPRELOAD} > /tmp/.ld.so.preload.save 2> /dev/null
-mv /tmp/.ld.so.preload.save ${EMULPRELOAD}
-if [ ! -s ${EMULPRELOAD} ]; then
- rm -f ${EMULPRELOAD}
-fi