omnibus-gitlab/package-scripts/gitlab/postrm

10 lines
134 B
Bash
Executable File

#!/bin/bash
#
# Perform necessary gitlab removal steps
# after package is uninstalled.
#
echo "gitlab has been uninstalled!"
exit 0