From 225ebc36b2eadcf04c7e41ff037b62fd16144cc7 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 21 Jan 2012 13:12:08 +0000 Subject: removed debian packaging stuff from the master branch Yes, I still don't know what the most sane way of maintaining packaging Signed-off-by: Michael Krelin --- (limited to 'debian/iii.postinst') diff --git a/debian/iii.postinst b/debian/iii.postinst deleted file mode 100755 index f52bf84..0000000 --- a/debian/iii.postinst +++ b/dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -set -e -UG=eyefi -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 - if ! test -d $H ; then - mkdir -p $H - chown $UG:$UG $H - chmod 2770 $H - fi -fi - -#DEBHELPER# -- cgit v0.9.0.2