File: python3-subvertpy.prerm

package info (click to toggle)
subvertpy 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,168 kB
  • sloc: ansic: 10,442; python: 3,713; makefile: 57; sh: 17
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

#DEBHELPER#

case "$1" in
    remove|deconfigure)
	update-alternatives --remove subvertpy-fast-export /usr/bin/subvertpy3-fast-export
        ;;
    *)
esac