summaryrefslogtreecommitdiff
path: root/pcr/inadyn-opendns/inadyn-opendns.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-18 17:31:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-18 17:31:52 -0500
commit0be78807ac1a050c88f847ef0e36f5cd4d9b5725 (patch)
treeba2266308391192112ed3a843f144a2d33d59d97 /pcr/inadyn-opendns/inadyn-opendns.install
parent4d8ea59baa9963ebbca29b35c9a7ceb914119376 (diff)
Adding packages to pcr
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