summaryrefslogtreecommitdiff
path: root/pcr/inadyn-opendns/inadyn-opendns.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/inadyn-opendns/inadyn-opendns.install')
-rw-r--r--pcr/inadyn-opendns/inadyn-opendns.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/inadyn-opendns/inadyn-opendns.install b/pcr/inadyn-opendns/inadyn-opendns.install
new file mode 100644
index 000000000..e1a842430
--- /dev/null
+++ b/pcr/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