File: python3-sagenb-export.postinst

package info (click to toggle)
sagenb-export 3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 556 kB
  • sloc: python: 590; javascript: 35; makefile: 11; sh: 8
file content (9 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then
	update-alternatives --install /usr/bin/sagenb-export sagenb-export /usr/bin/sagenb-export-python3 200
fi

#DEBHELPER#