#!/bin/bash
# uninstall
if [ "$1" = "remove" ]; then
    pmm-admin uninstall
fi
