File: python-activipy.prerm

package info (click to toggle)
python-activipy 0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 440 kB
  • ctags: 657
  • sloc: python: 1,260; makefile: 173; sh: 24; lisp: 18
file content (11 lines) | stat: -rw-r--r-- 152 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 activipy_tester /usr/bin/python2-activipy_tester
fi

#DEBHELPER#

exit 0