summaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst
index f523649..6e2e6d0 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -21,6 +21,7 @@ test "$1" = "configure" -o "$1" = "triggered" && test -r /usr/sbin/vserver && {
mkdir -p /var/lib/autopatch-util-vserver/backup/
cp -a /usr/sbin/vserver /var/lib/autopatch-util-vserver/backup/vserver
patch -f -r - -p 0 < /usr/share/autopatch-util-vserver/vserver-teardown.patch
+ patch -f -r - -p 0 < /usr/share/autopatch-util-vserver/enable-exec-in-new-partition.patch
}
# dh_installdeb will replace this with shell code automatically