From d1cc24485a6cff1b45060a34d9fa05ad95c01f1c Mon Sep 17 00:00:00 2001 From: Michales Michaloudes Date: Sat, 23 Jun 2018 01:54:13 +0100 Subject: audio/carla: Added (host for VST, DSSI, LADSPA, LV2 plugins). Signed-off-by: David Spencer --- audio/carla/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/carla/doinst.sh (limited to 'audio/carla/doinst.sh') diff --git a/audio/carla/doinst.sh b/audio/carla/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/audio/carla/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + +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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3