summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/ardour.sh.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-06-27 01:45:20 +0200
committerRobin Gareus <robin@gareus.org>2015-06-27 01:45:20 +0200
commit490138e2bffcf798fd1eff8018750783821a7108 (patch)
tree468d72be9cf81a1336c7305a60eafade1cd7ce53 /tools/linux_packaging/ardour.sh.in
parent1e06139c16ad81356f08154826496a2c55d572ba (diff)
remove old irrelevant USER_ARDOUR_DIR in start-up script
It should have been XDG_CONFIG_HOME and ardour4, anyway. Ardour4 checks for config dirs, allows to import A3 config and also handles the case if the dir can't be created itself.
Diffstat (limited to 'tools/linux_packaging/ardour.sh.in')
-rw-r--r--tools/linux_packaging/ardour.sh.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index aa84f08323..3fce3241c1 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -25,11 +25,6 @@ BIN_DIR=$(dirname $(readlink -f $0))
INSTALL_DIR=$(dirname $BIN_DIR)
LIB_DIR=$INSTALL_DIR/lib
ETC_DIR=$INSTALL_DIR/etc
-USER_ARDOUR_DIR=$HOME/.config/ardour3
-
-if [ ! -d $USER_ARDOUR_DIR ] ; then
- mkdir -p $USER_ARDOUR_DIR || exit 1
-fi
# this triggers code in main() that will reset runtime environment variables
# to point to directories inside the ardour package