bigbluebutton-Github/build/packages-template/bbb-learning-dashboard/after-remove.sh

7 lines
157 B
Bash
Executable File

#!/bin/bash -e
if [ "$1" = "remove" ]; then
rm -fr /var/bigbluebutton/learning-dashboard
rm -f /usr/share/bigbluebutton/nginx/learning-dashboard.nginx
fi