File: python-gear.prerm

package info (click to toggle)
python-gear 0.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 372
  • sloc: python: 2,717; makefile: 34; sh: 30
file content (11 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0