#!/bin/sh set -e case "$1" in remove) update-alternatives --remove lua-interpreter /usr/bin/lua5.4 update-alternatives --remove lua-compiler /usr/bin/luac5.4 ;; esac