#!/bin/sh set -e # Automatically added by dh_installalternatives/13.24.1 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then update-alternatives --install /usr/bin/lua lua-interpreter /usr/bin/lua5.1 110 \ --slave /usr/share/man/man1/lua.1.gz lua-manual /usr/share/man/man1/lua5.1.1.gz fi # End automatically added section # Automatically added by dh_installalternatives/13.24.1 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then update-alternatives --install /usr/bin/luac lua-compiler /usr/bin/luac5.1 110 \ --slave /usr/share/man/man1/luac.1.gz lua-compiler-manual /usr/share/man/man1/luac5.1.1.gz fi # End automatically added section