gitlab.com/jfprevost/gitlab-runner-notlscheck@v11.11.4+incompatible/packaging/scripts/prerm.rpm (about)

     1  #!/bin/sh
     2  
     3  if [ "x$1" = "x0" ]; then
     4      set -e
     5      /usr/share/gitlab-runner/pre-remove
     6  fi