소스 검색

debian: Remove 'exit 0' in maintainer section scripts to all other debhelpers (if any) to also execute

Jason Mehring 9 년 전
부모
커밋
bb850ab95d
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      debian/qubes-core-agent.postinst
  2. 1 2
      debian/qubes-core-agent.preinst

+ 0 - 1
debian/qubes-core-agent.postinst

@@ -413,7 +413,6 @@ case "${1}" in
                     ;;
             esac
         done
-        exit 0
         ;;
 
     *)

+ 1 - 2
debian/qubes-core-agent.preinst

@@ -57,11 +57,10 @@ if [ "$1" = "install" ] ; then
     }
     usermod -p '' root
     usermod -L user
-    exit 0
 fi
 
 if [ "$1" = "upgrade" ] ; then
-    exit 0
+    true 
 fi
 
 # dh_installdeb will replace this with shell code automatically