File: python3-subvertpy.postinst

package info (click to toggle)
subvertpy 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,964 kB
  • sloc: ansic: 9,063; python: 3,413; makefile: 59; sh: 10
file content (5 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh -e

update-alternatives --install /usr/bin/subvertpy-fast-export subvertpy-fast-export  /usr/bin/subvertpy3-fast-export 10

#DEBHELPER#