diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:36:49 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:36:49 +0200 |
commit | bdc2f9ff500bf75ff33d972f12e3934821947b24 (patch) | |
tree | 9db948753ea8295706eab36b2cc6c9c42056d334 /audio/ardour/doinst.sh | |
parent | 5b217e9aca30d1feab6e1604da0ab1108b5fd530 (diff) |
audio/ardour: Updated for version 2.8
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 0743536eb4985..523c4b554952f 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 + |