File: python3-murano-pkg-check.prerm

package info (click to toggle)
python-murano-pkg-check 0.3.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 464 kB
  • sloc: python: 2,599; sh: 106; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove murano-pkg-check /usr/bin/python3-murano-pkg-check
fi

#DEBHELPER#

exit 0