File: python-glareclient.prerm

package info (click to toggle)
python-glareclient 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 524 kB
  • sloc: python: 3,857; sh: 77; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove glare /usr/bin/python2-glare
fi

#DEBHELPER#

exit 0