amidxtaped needs to go in the server package
[debian/amanda] / debian / postinst
index 0c1f8076668be3453f00a88e1bfd7feb721ddc01..be6a549195592ebc5819a34f3ef788f07b15c8cd 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 . /usr/share/debconf/confmodule
 
@@ -13,7 +13,8 @@ if [ "$1" = configure ]; then
        groupadd -g 34 backup 2> /dev/null
        groupadd -g 26 tape 2> /dev/null
 
-       usermod -G disk,tape backup
+       adduser backup disk
+       adduser backup tape
 
        # in case we get installed first
        if [ ! -d /var/lib/amanda ]; then