File: python-falcon.postrm

package info (click to toggle)
python-falcon 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,604 kB
  • ctags: 1,501
  • sloc: python: 7,551; makefile: 163; sh: 112
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "disappear" ] ; then
	update-alternatives --remove falcon-bench /usr/bin/python2-falcon-bench
fi

#DEBHELPER#

exit 0