summaryrefslogtreecommitdiff
path: root/tap-mac/tuntap/pkg/scripts/startup_item_tun/postflight
diff options
context:
space:
mode:
Diffstat (limited to 'tap-mac/tuntap/pkg/scripts/startup_item_tun/postflight')
-rwxr-xr-xtap-mac/tuntap/pkg/scripts/startup_item_tun/postflight12
1 files changed, 0 insertions, 12 deletions
diff --git a/tap-mac/tuntap/pkg/scripts/startup_item_tun/postflight b/tap-mac/tuntap/pkg/scripts/startup_item_tun/postflight
deleted file mode 100755
index 63373f38..00000000
--- a/tap-mac/tuntap/pkg/scripts/startup_item_tun/postflight
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# old versions resided in /System/Library, remove.
-rm -r /System/Library/StartupItems/tun
-
-# Fix ownership and permissions. PackageMaker gets this wrong *sigh*
-chown -R root:wheel /Library/StartupItems/tun
-chmod -R u=rwX,g=rX,o=rX /Library/StartupItems/tun
-
-# exit successfully
-exit 0
-