diff options
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 |