Trying to upload all related projects
[easy-deb-chroot] / fremantle / easy-chroot / control / postrm
diff --git a/fremantle/easy-chroot/control/postrm b/fremantle/easy-chroot/control/postrm
new file mode 100755 (executable)
index 0000000..21b6405
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if  [ ! -e "/sbin/ezchroot" ] ; then 
+  rm /sbin/ezchroot
+fi
+
+update-sudoers
+
+exit 0