diff options
author | James Meyer <james.meyer@operamail.com> | 2014-08-16 17:54:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-08-16 17:59:29 (GMT) |
commit | 786eef48b2fb22dff520b45560b124225a1155dc (patch) | |
tree | 96d97eb33af1edb996fdcc99fc3d974f78a38d65 /abs/extra/smartmontools/smartmontools.install | |
parent | ef2a0c8b6785730d7ef65b5ba4f98dc5c669209d (diff) | |
download | linhes_pkgbuild-786eef48b2fb22dff520b45560b124225a1155dc.zip linhes_pkgbuild-786eef48b2fb22dff520b45560b124225a1155dc.tar.gz linhes_pkgbuild-786eef48b2fb22dff520b45560b124225a1155dc.tar.bz2 |
smartmon tools: 6.3
refs #961
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 - -} |