diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/setup-translators | 1 |
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 . |