diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-22 21:25:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-10-22 21:25:48 -0700 |
commit | 4e153e8371163444a1128fa45cf7eab4d0cc8cef (patch) | |
tree | 8c4b1db89f9dbad7e6f24c71b31b523c1f7bc565 /usbctl.install | |
parent | Maintainer logic (diff) | |
download | usbctl-4e153e8371163444a1128fa45cf7eab4d0cc8cef.tar.xz |
Modify pre-install/upgrade notice to be only post-install
Diffstat (limited to 'usbctl.install')
-rw-r--r-- | usbctl.install | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usbctl.install b/usbctl.install index b12f0d0..9547b57 100644 --- a/usbctl.install +++ b/usbctl.install @@ -1,5 +1,4 @@ - -pre_install() { +post_install() { cat <<EOM == Important == AFTER you configure valid devices -- @@ -8,7 +7,3 @@ pre_install() { to your /etc/crontab EOM } - -pre_upgrade() { - pre_install -} |