diff options
Diffstat (limited to 'abs/extra/smartmontools/smartmontools.install')
-rw-r--r-- | abs/extra/smartmontools/smartmontools.install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra/smartmontools/smartmontools.install b/abs/extra/smartmontools/smartmontools.install deleted file mode 100644 index f2baacd..0000000 --- a/abs/extra/smartmontools/smartmontools.install +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -post_install() { - - echo "" - echo "==> Configure your /etc/smart.conf config file and then" - echo "==> $ sudo add_service.sh smartd" - echo "==> to start the monitoring service." - -} - -post_upgrade() { - - post_install - -} - -pre_remove() { - - if [ -L /service/smartd ]; then - remove_service.sh smartd - fi - -} |