File: python3-bashate.prerm

package info (click to toggle)
python-bashate 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 726; sh: 199; makefile: 21
file content (11 lines) | stat: -rwxr-xr-x 136 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 bashate /usr/bin/python3-bashate
fi

#DEBHELPER#

exit 0