File: python3-alembic.postinst

package info (click to toggle)
alembic 1.16.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,216 kB
  • sloc: python: 39,738; makefile: 100; sh: 5
file content (11 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --quiet --remove alembic /usr/bin/python3-alembic
fi

#DEBHELPER#

exit 0