X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=fremantle%2Feasy-chroot%2Fcontrol%2Fpostinst;fp=fremantle%2Feasy-chroot%2Fcontrol%2Fpostinst;h=ed8534e3c55ef6e57d97553e0e764be212a92b07;hb=2a0f1e69e356b51d8781956aab8807fa6eadacc3;hp=0000000000000000000000000000000000000000;hpb=4f4a995b7b3d318f037f36b6ea0fb84e92045cb9;p=easy-deb-chroot diff --git a/fremantle/easy-chroot/control/postinst b/fremantle/easy-chroot/control/postinst new file mode 100755 index 0000000..ed8534e --- /dev/null +++ b/fremantle/easy-chroot/control/postinst @@ -0,0 +1,15 @@ +#!/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