-rwxr-xr-x | debian/iii.postinst | 2 |
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,7 +1,7 @@ #!/bin/sh set -e UG=eyefi -P=eyekindo +P=iii H=/var/lib/$P if [ "$1" = configure ] ; then |