]> arthur.barton.de Git - netatalk.git/blob - distrib/debian/netatalk.postrm
Better checking for the version information.
[netatalk.git] / distrib / debian / netatalk.postrm
1 #!/bin/sh
2 set -e
3
4 if [ $1 = "purge" ]; then
5   update-rc.d netatalk remove > /dev/null
6 # update-rc.d afpd remove > /dev/null
7 # update-rc.d papd remove > /dev/null
8 fi