Easy Chroot 0.3.1
[easy-deb-chroot] / fremantle / easy-chroot / .py2deb_build_folder / easy-chroot / debian / postinst
diff --git a/fremantle/easy-chroot/.py2deb_build_folder/easy-chroot/debian/postinst b/fremantle/easy-chroot/.py2deb_build_folder/easy-chroot/debian/postinst
deleted file mode 100644 (file)
index ed8534e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if  [ ! -e "/sbin/ezchroot" ] ; then 
-   ln -s /sbin/qchroot /sbin/ezchroot
-fi
-
-# yet another kludge; detect an upgrade (forced OFF)
-UPGRD='no'
-
-# this takes a while; that's why it's at the end...
-update-sudoers
-
-exit 0