diff options
Diffstat (limited to 'community-testing/inputattach/inputattach.install')
-rw-r--r-- | community-testing/inputattach/inputattach.install | 18 |
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 +} |