File: liblua50-dev.postinst

package info (click to toggle)
lua50 5.0.3-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,228 kB
  • sloc: ansic: 12,032; makefile: 310; sh: 20
file content (9 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if [ "$1" = "configure" ]; then
	# For now, just update the alternatives set to include us.
	update-alternatives --install /usr/bin/lua-config lua-configuration /usr/bin/lua-config50 80 --slave /usr/share/man/man1/lua-config.1.gz lua-configuration-manual /usr/share/man/man1/lua-config50.1.gz
fi # Configure

#DEBHELPER#