diff options
Diffstat (limited to 'package/cups/files/cups.postinst')
-rw-r--r-- | package/cups/files/cups.postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/cups/files/cups.postinst b/package/cups/files/cups.postinst new file mode 100644 index 000000000..fa191bee7 --- /dev/null +++ b/package/cups/files/cups.postinst @@ -0,0 +1,6 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +gid=$(get_next_gid) +add_user cups $(get_next_uid) $gid /tmp +add_group cups $gid +add_rcconf cups cups NO |