Fixed installation and nasty exit bug
[pierogi] / qtc_packaging / debian_fremantle / postrm
1 #!/bin/sh
2
3 rm -f /etc/sudoers.d/pierogi.sudoers
4
5 update-sudoers
6
7 exit 0