github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/packaging/scripts/prerm.rpm (about)

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