bigbluebutton-Github/build/packages-template/bbb-export-annotations/after-install.sh

15 lines
199 B
Bash
Raw Normal View History

#!/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