summaryrefslogtreecommitdiff
path: root/community-testing/inputattach/inputattach.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community-testing/inputattach/inputattach.install
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community-testing/inputattach/inputattach.install')
-rw-r--r--community-testing/inputattach/inputattach.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/community-testing/inputattach/inputattach.install b/community-testing/inputattach/inputattach.install
new file mode 100644
index 000000000..b5381e14a
--- /dev/null
+++ b/community-testing/inputattach/inputattach.install
@@ -0,0 +1,18 @@
+## 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
+}