blob: 965958b6bdf224bc8630c29b0be0655ba72cf5b8 (
plain)
1
2
3
4
5
6
7
8
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
}
|