aboutsummaryrefslogtreecommitdiff
path: root/examples/E50-libc2.3.2.ds1-11-workaround
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2011-12-24 17:09:14 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2011-12-24 17:14:28 +0900
commit117da7d7f23a1345d305c1f51922bab446f2144e (patch)
tree82de0790dc1a63544d7126c222ad10391f219505 /examples/E50-libc2.3.2.ds1-11-workaround
parentcab0795a1416c8ead4f950aad0b353f5da610cbe (diff)
downloadpbuilder-117da7d7f23a1345d305c1f51922bab446f2144e.tar
pbuilder-117da7d7f23a1345d305c1f51922bab446f2144e.tar.gz
Remove obsolete example files which were used in regression testsuite for workarounds. (closes: #633055)
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
-