File: python-rtslib-fb.prerm

package info (click to toggle)
python-rtslib-fb 2.1.66-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 360 kB
  • sloc: python: 4,095; sh: 108; makefile: 78
file content (9 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#