diff options
Diffstat (limited to 'community/inputattach/inputattach.install')
-rw-r--r-- | community/inputattach/inputattach.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/inputattach/inputattach.install b/community/inputattach/inputattach.install new file mode 100644 index 000000000..965958b6b --- /dev/null +++ b/community/inputattach/inputattach.install @@ -0,0 +1,9 @@ +## arg 1: the new package version +post_install() { + cat << EOF + +The correct device mode and /dev device file will need to be set in +/etc/conf.d/inputattach.conf before starting /etc/rc.d/inputattach + +EOF +} |