diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-16 17:34:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-16 17:34:30 (GMT) |
commit | e5964f928b92018a912288591d43d44b64a26c22 (patch) | |
tree | 16c73e0c7db5b4fa8f2c2b40b768e7b04da203e5 /abs/extra/ddclient/ddclient.install | |
parent | 8e41fcf367697e694aa00b9c6e5e0613803548b0 (diff) | |
download | linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.zip linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.tar.gz linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.tar.bz2 |
ddclient: update to 3.8.2. refs #961
Diffstat (limited to 'abs/extra/ddclient/ddclient.install')
-rw-r--r-- | abs/extra/ddclient/ddclient.install | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/abs/extra/ddclient/ddclient.install b/abs/extra/ddclient/ddclient.install deleted file mode 100644 index 55b0e1b..0000000 --- a/abs/extra/ddclient/ddclient.install +++ /dev/null @@ -1,37 +0,0 @@ -# arg 1: the new package version -post_install() { -cat << EOM - -If you want to use ddclient with dhcpcd, cron or pppd, -see /etc/ddclient/samples for further instructions. - -If you have ddclient in the DAEMONS array of /etc/rc.conf: -- Change /etc/conf.d/ddclient according to your needs. -- This setting OVERRIDES any setting in - /etc/ddclient/ddclient.conf - -EOM -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - -if [ -f /etc/ddclient/ddclient.cache ]; then - echo -n "Moving ddclient.cache from /etc/ddclient/ to /var/cache/ddclient/." - mv /etc/ddclient/ddclient.cache /var/cache/ddclient/ - echo " (done)" -fi - -if [ "$(vercmp $2 3.7.3-2)" -lt 0 ]; then -cat << EOM - -If you have ddclient in the DAEMONS array of /etc/rc.conf: -- Change /etc/conf.d/ddclient according to your needs. -- This setting OVERRIDES any setting in - /etc/ddclient/ddclient.conf - -EOM -fi - -} |