diff options
Diffstat (limited to 'debian/hurd.postinst')
-rw-r--r-- | debian/hurd.postinst | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |