File: python3-git-os-job.postrm

package info (click to toggle)
python-git-os-job 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 96 kB
  • sloc: python: 52; makefile: 19; sh: 10
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "disappear" ] ; then
	update-alternatives --remove git-os-job /usr/bin/python3-git-os-job
fi

#DEBHELPER#

exit 0