File: python3-pulp.prerm

package info (click to toggle)
python-pulp 1.6.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,596 kB
  • sloc: python: 6,006; sh: 12; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0