File: python-yaql.postinst

package info (click to toggle)
python-yaql 0.2.3-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 216 kB
  • ctags: 213
  • sloc: python: 986; makefile: 31; sh: 15
file content (12 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0