summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-10 08:45:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-10 08:45:27 +0000
commit2ec62de0940d689a5b8277974bf26b8731171337 (patch)
tree7a93ea98aca816d492bc847572f5478c691174d2 /core
parent5f14c8324c4457ab251750d34c87ef25214a52b2 (diff)
downloadaports-2ec62de0940d689a5b8277974bf26b8731171337.tar.bz2
aports-2ec62de0940d689a5b8277974bf26b8731171337.tar.xz
core/openntpd: remove unused .install script
Diffstat (limited to 'core')
-rw-r--r--core/openntpd/openntpd.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/openntpd/openntpd.install b/core/openntpd/openntpd.install
deleted file mode 100644
index 4fe74cc3..00000000
--- 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