File: python3-hy.postinst

package info (click to toggle)
hy 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,220 kB
  • ctags: 484
  • sloc: python: 3,737; makefile: 207; sh: 20
file content (12 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

case "$1" in
	configure)
		update-alternatives --install /usr/bin/hy hy /usr/bin/hy3 50
		;;
esac

#DEBHELPER#

exit 0