From 0be78807ac1a050c88f847ef0e36f5cd4d9b5725 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 18 Feb 2013 17:31:52 -0500 Subject: Adding packages to pcr --- pcr/inadyn-opendns/inadyn-opendns.install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pcr/inadyn-opendns/inadyn-opendns.install (limited to 'pcr/inadyn-opendns/inadyn-opendns.install') 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 -- cgit v1.2.3-54-g00ecf