File: python3-restructuredtext-lint.prerm

package info (click to toggle)
python-restructuredtext-lint 0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 204 kB
  • ctags: 44
  • sloc: python: 219; sh: 40; makefile: 33
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0