Changes of Revision 13
[-] [+] | Added | debian.openais.postinst |
@@ -0,0 +1,9 @@ +#!/bin/sh + +# we need ais user + +if [ "$1" = "configure" ]; then + adduser --quiet --group --system --no-create-home ais +fi + +#DEBHELPER# |
[-] [+] | Added | debian.openais.postinst |
@@ -0,0 +1,9 @@ +#!/bin/sh + +# we need ais user + +if [ "$1" = "configure" ]; then + adduser --quiet --group --system --no-create-home ais +fi + +#DEBHELPER# |