bigbluebutton-Github/build/packages-template/bbb-export-annotations/after-install.sh
2022-07-06 20:51:57 +00:00

15 lines
199 B
Bash
Executable File

#!/bin/bash -e
case "$1" in
configure|upgrade|1|2)
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
esac