summaryrefslogtreecommitdiff
path: root/community/inputattach/inputattach.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/inputattach/inputattach.install
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/inputattach/inputattach.install')
-rw-r--r--community/inputattach/inputattach.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/inputattach/inputattach.install b/community/inputattach/inputattach.install
deleted file mode 100644
index d705bceaf..000000000
--- a/community/inputattach/inputattach.install
+++ /dev/null
@@ -1,16 +0,0 @@
-## arg 1: the new package version
-
-post_upgrade() {
- (( $(vercmp 1.24-3 $2) > 0 )) && cat <<EOF
-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.
-EOF
-}
-
-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
-}