diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-18 12:54:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-18 12:54:45 +0000 |
commit | e90c92cd36ed859cae07321b7148798fe2d7ad6b (patch) | |
tree | 4fd46d2026ed8432f1d4ddb1425161f07e5d1af1 /main/ez-ipupdate/ez-ipupdate.post-install | |
parent | 51715baf07f16ad143ebae97f56d289873d1e8a8 (diff) | |
download | aports-e90c92cd36ed859cae07321b7148798fe2d7ad6b.tar.bz2 aports-e90c92cd36ed859cae07321b7148798fe2d7ad6b.tar.xz |
main/ez-ipupdate: dont set permissions in post install
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.post-install')
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.post-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.post-install b/main/ez-ipupdate/ez-ipupdate.post-install deleted file mode 100644 index 846c21102b..0000000000 --- a/main/ez-ipupdate/ez-ipupdate.post-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -chown ipupdate:ipupdate var/run/ez-ipupdate var/lib/ez-ipupdate -exit 0 - |