File: python3-tosca-parser.prerm

package info (click to toggle)
python-tosca-parser 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,120 kB
  • sloc: python: 10,240; sh: 134; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0