aboutsummaryrefslogtreecommitdiff
path: root/multimedia/winff/doinst.sh
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2022-09-09 05:01:19 +0100
committerDave Woodfall <dave@slackbuilds.org>2022-09-09 05:01:19 +0100
commit470eb5209669d03487944a9530d7410d3facca92 (patch)
tree42206cc5b85439c6994019116891fcdf945e5627 /multimedia/winff/doinst.sh
parentea5fd4180ba5a6dcddf3c23918c0b75abb9f50c4 (diff)
multimedia/winff: Added (GUI for FFmpeg)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'multimedia/winff/doinst.sh')
-rw-r--r--multimedia/winff/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/winff/doinst.sh b/multimedia/winff/doinst.sh
new file mode 100644
index 0000000000000..aea0f894eb32b
--- /dev/null
+++ b/multimedia/winff/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