File: debci-worker.postrm

package info (click to toggle)
debci 3.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: ruby: 6,516; sh: 2,437; javascript: 100; makefile: 92; perl: 11
file content (9 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = 'purge' ]; then
  rm -rf /etc/systemd/system/debci-worker.service.wants
fi

##DEBHELPER##