diff options
Diffstat (limited to 'admin/Sources/Clients/ogagent/macos/scripts/postinstall')
-rwxr-xr-x | admin/Sources/Clients/ogagent/macos/scripts/postinstall | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/admin/Sources/Clients/ogagent/macos/scripts/postinstall b/admin/Sources/Clients/ogagent/macos/scripts/postinstall deleted file mode 100755 index ebb2ca48..00000000 --- a/admin/Sources/Clients/ogagent/macos/scripts/postinstall +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env sh - -# Directories -SRCDIR=$(dirname "$0") -BINDIR=/usr/bin -INITDIR=/Library/LaunchDaemons - -# Check if it needs to install Python dependencies: -if ! which pip &>/dev/null; then - easy_install pip - pip install netifaces requests six -fi - -# Copying files. -cp $SRCDIR/ogagent $BINDIR -cp $SRCDIR/es.opengnsys.ogagent.plist $INITDIR - |