From 5c54d48c36bcd643548270cbddf06e39c81c7967 Mon Sep 17 00:00:00 2001 From: HW42 Date: Thu, 5 Feb 2015 03:15:36 +0100 Subject: [PATCH] debian: preinst: don't force the default shell to bash --- debian/qubes-core-agent.preinst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/qubes-core-agent.preinst b/debian/qubes-core-agent.preinst index eddbf68..8a253d8 100755 --- a/debian/qubes-core-agent.preinst +++ b/debian/qubes-core-agent.preinst @@ -41,13 +41,6 @@ if [ "$1" = "install" ] ; then mkdir -p /lib/modules #mkdir -p -m 0700 /var/log/xen # xen-utils-common should do this - # -------------------------------------------------------------------------- - # Many Qubes scripts reference /bin/sh expecting the shell to be bash but - # in Debian it is dash so some scripts will fail so force an alternate for - # /bin/sh to be /bin/bash - # -------------------------------------------------------------------------- - update-alternatives --force --install /bin/sh sh /bin/bash 999 - # -------------------------------------------------------------------------- # Remove `mesg` from root/.profile? # --------------------------------------------------------------------------