summaryrefslogtreecommitdiff
path: root/debian_template/rvi.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian_template/rvi.postinst')
-rw-r--r--debian_template/rvi.postinst9
1 files changed, 2 insertions, 7 deletions
diff --git a/debian_template/rvi.postinst b/debian_template/rvi.postinst
index f6d5de5..10c11fe 100644
--- a/debian_template/rvi.postinst
+++ b/debian_template/rvi.postinst
@@ -23,10 +23,10 @@ set -e
case "$1" in
configure)
- # Set up our config for apache
+ # Set up our config
cat /proc/sys/kernel/random/uuid > /etc/rvi/device_id
echo "RVI Device ID set to $(cat /etc/rvi/device_id) in /etc/rvi/device_id"
- update-rc.d rvi defaults
+ #DEBHELPER#
;;
abort-upgrade|abort-remove|abort-deconfigure)
@@ -40,11 +40,6 @@ case "$1" in
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
db_stop
exit 0