File: python3-stem.prerm

package info (click to toggle)
python-stem 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,892 kB
  • sloc: python: 33,713; java: 312; makefile: 131; sh: 27
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if [ "$1" = "remove" ]; then
    update-alternatives --remove tor-prompt /usr/bin/python3-tor-prompt
fi

#DEBHELPER#

exit 0