File: python3-tosca-parser.postrm

package info (click to toggle)
python-tosca-parser 2.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,920 kB
  • sloc: python: 11,185; sh: 144; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0