summaryrefslogtreecommitdiff
path: root/config/scripts/license_management/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'config/scripts/license_management/postinst')
-rwxr-xr-xconfig/scripts/license_management/postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/scripts/license_management/postinst b/config/scripts/license_management/postinst
index da63d3b..06de8f5 100755
--- a/config/scripts/license_management/postinst
+++ b/config/scripts/license_management/postinst
@@ -1,14 +1,3 @@
#!/bin/sh
-PROGNAME=$(basename "$0")
-
-error_exit()
-{
- echo "${PROGNAME}: ${1:-"Unknown Error"}" 1>&2
- exit 1
-}
-
ln -s /opt/gitlab/bin/license_management /usr/local/bin/license_management
-echo "Thank you for installing license_management!"
-
-exit 0