diff options
Diffstat (limited to 'audio/ardour/doinst.sh')
-rw-r--r-- | audio/ardour/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ardour/doinst.sh b/audio/ardour/doinst.sh index 0743536eb4..523c4b5549 100644 --- a/audio/ardour/doinst.sh +++ b/audio/ardour/doinst.sh @@ -1,5 +1,3 @@ -#!/bin/sh - config() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -25,3 +23,4 @@ if [ -x /usr/bin/gtk-update-icon-cache ] \ && [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi + |