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

6 lines
94 B
Bash
Executable File

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