summaryrefslogtreecommitdiff
path: root/community-testing/inputattach/inputattach.install
diff options
context:
space:
mode:
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
-}