From 5890907019cff9a3ee335ea0320c249d212bd500 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 1 Aug 2011 22:54:52 +0200 Subject: local/setup-translators: Restore /dev/shm creation. --- debian/local/setup-translators | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/local') diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 7da2a2a1..17d0a28a 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -152,5 +152,10 @@ fi st kbd 'symlink cons/kbd' kbd st mouse 'symlink cons/mouse' mouse +if [ ! -e shm ]; then + mkdir shm + chmod 1777 shm +fi + echo . -- cgit v1.2.3