summaryrefslogtreecommitdiff
path: root/community-testing/inputattach/inputattach.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
commit3be02a9acbeb006d9a9e6136c54d91064cc7d80e (patch)
treeade247e1b6c47fbd7362273f59d3ae4f955587a7 /community-testing/inputattach/inputattach.install
parent40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (diff)
Mon May 2 00:29:22 UTC 2011
Diffstat (limited to 'community-testing/inputattach/inputattach.install')
-rw-r--r--community-testing/inputattach/inputattach.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/community-testing/inputattach/inputattach.install b/community-testing/inputattach/inputattach.install
deleted file mode 100644
index b5381e14a..000000000
--- a/community-testing/inputattach/inputattach.install
+++ /dev/null
@@ -1,18 +0,0 @@
-## arg 1: the new package version
-
-post_upgrade() {
- (( $(vercmp 1.24-3 $2) > 0 )) && cat <<MSG
-ATTENTION:
- /etc/conf.d/inputattach.conf has been replaced by /etc/conf.d/inputattach
- Make sure you adjust the new config file, which has a new format.
-MSG
-}
-
-post_install() {
- cat << EOF
-
-The correct device mode and /dev device file will need to be set in
-/etc/conf.d/inputattach before starting /etc/rc.d/inputattach
-
-EOF
-}