File: python3-q-text-as-data.prerm

package info (click to toggle)
q-text-as-data 3.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: python: 5,872; sh: 152; javascript: 52; makefile: 23
file content (12 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove q /usr/bin/python3-q-text-as-data
fi

#DEBHELPER#

exit 0