summaryrefslogtreecommitdiff
path: root/tap-mac/tuntap/pkg/scripts/startup_item_tap/postflight
blob: f7d2089362c113b934979b403b491b59e3b5ac79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# old versions resided in /System/Library, remove.
rm -r /System/Library/StartupItems/tap

# Fix ownership and permissions. PackageMaker gets this wrong *sigh*
chown -R root:wheel /Library/StartupItems/tap
chmod -R u=rwX,g=rX,o=rX /Library/StartupItems/tap

# exit successfully
exit 0