File: python3-doc8.postrm

package info (click to toggle)
python-doc8 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 1,330; makefile: 17; sh: 10
file content (11 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0