aboutsummaryrefslogtreecommitdiff
path: root/devel/flyspray/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flyspray/pkg-deinstall')
-rw-r--r--devel/flyspray/pkg-deinstall19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/flyspray/pkg-deinstall b/devel/flyspray/pkg-deinstall
deleted file mode 100644
index 1559940ec8f7..000000000000
--- a/devel/flyspray/pkg-deinstall
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-case $2 in
-DEINSTALL)
- echo "--"
- echo "The Flyspray program has been deleted but the bug tracking database has"
- echo "not been touched. To delete all the bug tracking information, execute the"
- echo "following commands:"
- echo ""
- echo "# rm -rf /var/db/flyspray"
- echo "# mysqladmin -u root -p drop flyspray"
- echo "or"
- echo "# dropdb -U pgsql flyspray"
- echo "if you are using PostgreSQL backend"
- echo ""
- echo "Thanks for using Flyspray!"
- echo "--"
-;;
-esac