unset root password in xen-create-image
[invirt/packages/invirt-autoinstaller.git] / debian / invirt-autoinstaller-guest.postinst
diff --git a/debian/invirt-autoinstaller-guest.postinst b/debian/invirt-autoinstaller-guest.postinst
deleted file mode 100644 (file)
index a0226cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
-  configure)
-    passwd root -d
-    ;;
-  *)
-    echo "postinst called with unknown argument \`$1'" >&2
-    exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0