postrm 134 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #!/bin/bash # # Perform necessary gitlab removal steps # after package is uninstalled. # echo "gitlab has been uninstalled!" exit 0