File: python-yaql.postrm

package info (click to toggle)
python-yaql 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,048 kB
  • sloc: python: 7,765; sh: 25; makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0