aboutsummaryrefslogtreecommitdiff
path: root/examples/E50-libc2.3.2.ds1-11-workaround
diff options
context:
space:
mode:
Diffstat (limited to 'examples/E50-libc2.3.2.ds1-11-workaround')
-rw-r--r--examples/E50-libc2.3.2.ds1-11-workaround13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/E50-libc2.3.2.ds1-11-workaround b/examples/E50-libc2.3.2.ds1-11-workaround
deleted file mode 100644
index 4e4c6e9..0000000
--- a/examples/E50-libc2.3.2.ds1-11-workaround
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# example file to be used with --hookdir
-#
-# work around libc6 postinst which mounts /sys etc.
-# Bug#230008
-
-set +e
-umount /sys
-umount /proc/bus/usb
-umount /dev/shm
-
-exit 0
-