File: python3-rtslib-fb.prerm

package info (click to toggle)
python-rtslib-fb 2.1.57%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 376 kB
  • ctags: 521
  • sloc: python: 3,307; makefile: 172; sh: 132
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (11)
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-python3
fi

#DEBHELPER#