Commit c5cb0476dc4d0338f42074b1e401e60f614ed1a5

Authored by Jacob Vosmaer
1 parent c04a54f9

Remove dummy postrm script

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
package-scripts/gitlab/postrm
... ... @@ -1,9 +0,0 @@
1   -#!/bin/bash
2   -#
3   -# Perform necessary gitlab removal steps
4   -# after package is uninstalled.
5   -#
6   -
7   -echo "gitlab has been uninstalled!"
8   -
9   -exit 0