summaryrefslogtreecommitdiff
path: root/debian/init-system-helpers.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/init-system-helpers.postinst')
-rw-r--r--debian/init-system-helpers.postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/init-system-helpers.postinst b/debian/init-system-helpers.postinst
index cbea846..6afcaec 100644
--- a/debian/init-system-helpers.postinst
+++ b/debian/init-system-helpers.postinst
@@ -9,12 +9,6 @@ if dpkg --compare-versions "$2" lt "1.9"; then
fi
fi
-if dpkg --compare-versions "$2" lt "1.10"; then
- if [ -d /var/lib/systemd/deb-systemd-helper-masked ]; then
- rm -rf /var/lib/systemd/deb-systemd-helper-masked
- fi
-fi
-
#DEBHELPER#
exit 0