Ver Fonte

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

Jason Mehring há 9 anos atrás
pai
commit
bb850ab95d
2 ficheiros alterados com 1 adições e 3 exclusões
  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