From 4eb1a9ea0ed7316f2c1c260c5fd9a0b9278aa857 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 Feb 2011 23:40:56 +0000 Subject: [PATCH] tweak description of qjackctl git-svn-id: svn://localhost/ardour2/branches/3.0@8784 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/stage2.run | 3 ++- tools/linux_packaging/uninstall.sh.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run index 09da78f78b..9dbd17f7b7 100755 --- a/tools/linux_packaging/stage2.run +++ b/tools/linux_packaging/stage2.run @@ -354,7 +354,8 @@ fi if ! which qjackctl > /dev/null; then echo "" - echo "The program QjackCtl is missing from this system. QjackCtl is an OPTIONAL component of $PGM_NAME." + echo "The program QjackCtl is missing from this system. QjackCtl is an extremely useful tool" + echo "for any system that runs JACK applications like Ardour. We recommend that you install it." echo "" ANSWER=$(VaildateYesNoQuestion "Install QjackCtl using system software repository?") diff --git a/tools/linux_packaging/uninstall.sh.in b/tools/linux_packaging/uninstall.sh.in index 700594b94c..0e15b3d02c 100644 --- a/tools/linux_packaging/uninstall.sh.in +++ b/tools/linux_packaging/uninstall.sh.in @@ -76,6 +76,7 @@ then # delete the old package sudo rm -rf ${PGM_PATH} + sudo rm -f $0 else echo "" echo "!!! FAILURE !!! - install path ${PGM_PATH} does not exist."