root/wifi-ltsp/trunk/debian/postrm @ 135
134 | jredrejo | #!/bin/sh -e
|
|
if grep configura_hostapd /etc/sudoers > /dev/null ; then
|
|||
sed -i -r -e '/configura_hostapd/d' /etc/sudoers
|
|||
chmod 0440 /etc/sudoers
|
|||
fi
|
|||
exit 0
|