prerm 96 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/sh if [ -e /var/run/${pkg.name}/${pkg.name}.pid ]; then service ${pkg.name} stop fi