From fb2f22d51bd4c5931041ab8a006294bd6ed5cd70 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 6 Nov 2011 17:12:40 +0100 Subject: Fool lintian about removing the random devices --- debian/hurd.postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/hurd.postinst') diff --git a/debian/hurd.postinst b/debian/hurd.postinst index 4828112c..0e3a3b1a 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -61,9 +61,8 @@ if [ "$1" = configure ] && [ "$2" ]; then then # old random-egd translator, remove settrans -go /dev/random - rm -f /dev/random settrans -go /dev/urandom - rm -f /dev/urandom + ( cd /dev ; rm -f random urandom ) fi /usr/lib/hurd/setup-translators -K update-alternatives --install /dev/random random /dev/random-hurd 10 \ -- cgit v1.2.3