summaryrefslogtreecommitdiff
path: root/data/netatalk/_metadata/prerm
blob: 461826ea4bbb27a699746f4907d2622d97315625 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [[ $1 == remove ]]; then
    /bin/launchctl unload /System/Library/LaunchDaemons/com.saurik.afpd.dns-sd.plist
    /bin/launchctl unload /System/Library/LaunchDaemons/net.sourceforge.netatalk.afpd.plist
fi

exit 0