File: debci-worker.postrm

package info (click to toggle)
debci 2.15.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,268 kB
  • sloc: ruby: 4,386; sh: 2,861; javascript: 96; makefile: 82; perl: 11
file content (9 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
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##