diff --git a/lxc-apps/decidim/uninstall.sh b/lxc-apps/decidim/uninstall.sh new file mode 100755 index 0000000..4f0b6d4 --- /dev/null +++ b/lxc-apps/decidim/uninstall.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -ev + +# Remove persistent data +rm -rf /srv/decidim + +# Unregister application +vmmgr unregister-app decidim