From a0f38e425024f88a50a4487b000a7a8cdb9b81d4 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 22 Dec 2018 02:03:52 -0900 Subject: audio/padthv1: Added (polyphonic synthesizer). Signed-off-by: Willy Sudiarto Raharjo --- audio/padthv1/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/padthv1/doinst.sh (limited to 'audio/padthv1/doinst.sh') diff --git a/audio/padthv1/doinst.sh b/audio/padthv1/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/audio/padthv1/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