diff options
author | Chernov V. V <manbornofwoman@gmail.com> | 2011-12-18 08:27:38 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 08:27:38 -0600 |
commit | bccc3810b5039a7ed056aae0f6b1b7878568098e (patch) | |
tree | bd65f7ecdc4059097b01f44c84d50d01ef49db45 /multimedia/sinthgunt/doinst.sh | |
parent | d152c5be5327c5e6d77d1332ee509a14f9a3bc75 (diff) |
multimedia/sinthgunt: Added (a ffmpeg gui)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/sinthgunt/doinst.sh')
-rw-r--r-- | multimedia/sinthgunt/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/sinthgunt/doinst.sh b/multimedia/sinthgunt/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/multimedia/sinthgunt/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |