File: python3-breathe.postinst

package info (click to toggle)
breathe 4.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,764 kB
  • sloc: python: 9,877; cpp: 1,434; makefile: 513; ansic: 150; sh: 67
file content (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
  update-alternatives \
    --install /usr/bin/breathe-apidoc \
    breathe-apidoc \
    /usr/bin/python3-breathe-apidoc \
    2
fi
#DEBHELPER#