diff options
Diffstat (limited to 'debian/preinst')
-rw-r--r-- | debian/preinst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/preinst b/debian/preinst deleted file mode 100644 index a9573de..0000000 --- a/debian/preinst +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e - -# If upgrading from package version -# with unmanaged upstart configuration -# and agent stop the agent and remove -# the upstart configuration. -if [ -f /etc/init/waagent.conf ]; then - stop waagent 2>&1 > /dev/null || true - rm -f /etc/init/waagent.conf -fi - -#DEBHELPER# - -exit 0 |