Trying to upload all related projects
[easy-deb-chroot] / diablo / easy-chroot / control / postrm
diff --git a/diablo/easy-chroot/control/postrm b/diablo/easy-chroot/control/postrm
new file mode 100644 (file)
index 0000000..2800230
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+if  [ ! -e "/sbin/dmlosetup" ] ; then 
+  rm /sbin/dmlosetup
+fi
+
+if  [ ! -e "/sbin/ezchroot" ] ; then 
+  rm /sbin/ezchroot
+fi
+
+update-sudoers
+
+exit 0
\ No newline at end of file