root/wifi-ltsp/trunk/debian/postrm @ 280
#!/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
|
|
|