diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-01 16:29:01 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-01 16:29:01 -0300 |
commit | 9d16731a9fff59f15b84eaf253e022c2447530e1 (patch) | |
tree | b1f5e7a935a3d93e546c7390888426e6bb584f04 /social/inadyn-opendns/inadyn-opendns.install | |
parent | 1cc2eb8745e939b8b1871090ac0131af4ef74993 (diff) | |
download | abslibre-9d16731a9fff59f15b84eaf253e022c2447530e1.tar.gz abslibre-9d16731a9fff59f15b84eaf253e022c2447530e1.tar.bz2 abslibre-9d16731a9fff59f15b84eaf253e022c2447530e1.zip |
inadyn-opendns-1.99-3
Diffstat (limited to 'social/inadyn-opendns/inadyn-opendns.install')
-rw-r--r-- | social/inadyn-opendns/inadyn-opendns.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/social/inadyn-opendns/inadyn-opendns.install b/social/inadyn-opendns/inadyn-opendns.install new file mode 100644 index 000000000..e1a842430 --- /dev/null +++ b/social/inadyn-opendns/inadyn-opendns.install @@ -0,0 +1,17 @@ +post_install() { +/bin/true +echo Please remember to change the /etc/inadyn.conf file for your settings. +} + +post_upgrade() { +/bin/true +} + +pre_remove() { +/bin/true +} + +op=$1 +shift + +$op "$@"
\ No newline at end of file |