summaryrefslogtreecommitdiffabout
path: root/debian/iii.postinst
Side-by-side diff
Diffstat (limited to 'debian/iii.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xdebian/iii.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/iii.postinst b/debian/iii.postinst
index 20463a1..f52bf84 100755
--- a/debian/iii.postinst
+++ b/debian/iii.postinst
@@ -1,10 +1,10 @@
#!/bin/sh
set -e
UG=eyefi
-P=eyekindo
+P=iii
H=/var/lib/$P
if [ "$1" = configure ] ; then
getent group $UG >/dev/null 2>&1 || addgroup --system $UG
getent passwd $UG >/dev/null 2>&1 || adduser --system --home $H \
--no-create-home --disabled-password --ingroup $UG $UG