소스 검색

debian: preinst: don't force the default shell to bash

HW42 9 년 전
부모
커밋
5c54d48c36
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      debian/qubes-core-agent.preinst

+ 0 - 7
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?
     # --------------------------------------------------------------------------