summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-24 00:04:45 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-24 00:04:45 +0200
commitfb4e0aa8559f9677942e05d148f0f3380c09b688 (patch)
tree1e4d5f65e017e46793b6d99c5cb8d0134899ff8e /debian
parent0a80ec29e5c04796d2662546f6d93fc3e332b85d (diff)
local/setup-translators: Remove /dev/shm directory if any, to be replaced with symlink to /run/shm.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/local/setup-translators1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index af3b87ee..39d8031a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ hurd (20120520-2) UNRELEASED; urgency=low
* control: Do not make hurd-udeb depend on netdde-udeb, it leads to configure
recursion, and is not actually needed.
* hurd.postinst: Drop error messages while fetching pfinet options.
+ * local/setup-translators: Remove /dev/shm directory if any, to be replaced
+ with symlink to /run/shm.
-- Samuel Thibault <sthibault@debian.org> Tue, 22 May 2012 00:07:09 +0000
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index f744ef45..810dabdb 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -156,6 +156,7 @@ fi
st kbd '/hurd/symlink cons/kbd' kbd
st mouse '/hurd/symlink cons/mouse' mouse
+[ -d shm ] && ! [ -L shm ] && rmdir shm
st shm '/hurd/symlink /run/shm' shm
echo .