diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-10 08:45:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-10 08:45:27 +0000 |
commit | 2ec62de0940d689a5b8277974bf26b8731171337 (patch) | |
tree | 7a93ea98aca816d492bc847572f5478c691174d2 | |
parent | 5f14c8324c4457ab251750d34c87ef25214a52b2 (diff) | |
download | aports-2ec62de0940d689a5b8277974bf26b8731171337.tar.bz2 aports-2ec62de0940d689a5b8277974bf26b8731171337.tar.xz |
core/openntpd: remove unused .install script
-rw-r--r-- | core/openntpd/openntpd.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/openntpd/openntpd.install b/core/openntpd/openntpd.install deleted file mode 100644 index 4fe74cc3f7..0000000000 --- a/core/openntpd/openntpd.install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -case $1 in - pre_install) - # this user should be included in alpine-baselayout-1.2. - # included here for backward compability. - adduser -H -h /var/empty -s /bin/false -D ntp 2>/dev/null - ;; -esac - -exit 0 |