ed8534e3c55ef6e57d97553e0e764be212a92b07
[easy-deb-chroot] / fremantle / easy-chroot / .py2deb_build_folder / easy-chroot / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 if  [ ! -e "/sbin/ezchroot" ] ; then 
6    ln -s /sbin/qchroot /sbin/ezchroot
7 fi
8
9 # yet another kludge; detect an upgrade (forced OFF)
10 UPGRD='no'
11
12 # this takes a while; that's why it's at the end...
13 update-sudoers
14
15 exit 0