File: python3-doc8.prerm

package info (click to toggle)
python-doc8 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 112
  • sloc: python: 827; makefile: 44; sh: 30
file content (11 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0