diff options
Diffstat (limited to 'audio/audacity/doinst.sh')
-rw-r--r-- | audio/audacity/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/doinst.sh b/audio/audacity/doinst.sh index 21e9945eb9..9830478e8c 100644 --- a/audio/audacity/doinst.sh +++ b/audio/audacity/doinst.sh @@ -10,4 +10,5 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi -fi
\ No newline at end of file +fi + |