File: python-yaql.postinst

package info (click to toggle)
python-yaql 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 1,257
  • sloc: python: 7,492; sh: 30; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/yaql yaql /usr/bin/python2-yaql 300
fi

#DEBHELPER#

exit 0