]> err.no Git - systemd/commitdiff
Don't ignore errores in systemd-sysv postinst
authorMichael Biebl <biebl@debian.org>
Sat, 28 Apr 2012 09:25:43 +0000 (11:25 +0200)
committerMichael Biebl <biebl@debian.org>
Sat, 28 Apr 2012 09:25:43 +0000 (11:25 +0200)
and add a missing #DEBHELPER# stanza.

debian/systemd-sysv.postinst

index 4930d618f2cf9fb6468ef4625a565d34b515ea0c..d758584803f7813b98c33d0ad7d4e31c4d90465d 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # We are installing systemd-sysv but systemd is not running.
 # This most likely means we are upgrading from another init, possibly a newer
 # sysvinit version which created the initctl socket at /run/initctl.
@@ -10,3 +12,5 @@ if [ ! -e /sys/fs/cgroup/systemd ] ; then
         ln -sf /run/initctl /dev/initctl
     fi
 fi
+
+#DEBHELPER#