From e5b48226502a26fc06ee53e495c7338d48c12c28 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 22 Sep 2011 18:15:32 -0400 Subject: [PATCH] -purge user and language --- dev_tools/airtime-purge.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev_tools/airtime-purge.sh b/dev_tools/airtime-purge.sh index 84eca892c..4e48eba1f 100755 --- a/dev_tools/airtime-purge.sh +++ b/dev_tools/airtime-purge.sh @@ -13,9 +13,12 @@ rm -rf "/var/tmp/airtime" rm -rf "/var/www/airtime" rm -rf "/usr/bin/airtime-*" rm -rf "/usr/lib/airtime" +rm -rf "/var/lib/airtime" rm -rf "/var/tmp/airtime" rm -rf "/opt/pypo" rm -rf "/opt/recorder" rm -rf "/srv/airtime" echo "DROP DATABASE AIRTIME;" | su postgres -c psql +echo "DROP LANGUAGE plpgsql;" | su postgres -c psql +echo "DROP USER AIRTIME;" | su postgres -c psql