File: python3-cloudkittyclient.postrm

package info (click to toggle)
python-cloudkittyclient 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 676 kB
  • sloc: python: 3,364; makefile: 24; sh: 10
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0