diff options
author | Giovanne Castro <giovannefc@terra.com.br> | 2010-07-29 21:49:06 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 22:31:51 -0500 |
commit | 88501b2b4ecf73a43ebe28ff641f21f46b6ee778 (patch) | |
tree | 1929dc371f42a147d4a38060e7991dd4a7b692e6 /multimedia/qdvdauthor/doinst.sh | |
parent | a1b40631bc8d61154fdd4aeb01f5ccae062030c3 (diff) | |
download | slackbuilds-88501b2b4ecf73a43ebe28ff641f21f46b6ee778.tar.gz |
multimedia/qdvdauthor: Added (DVD Authoring Suite)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/qdvdauthor/doinst.sh')
-rw-r--r-- | multimedia/qdvdauthor/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/qdvdauthor/doinst.sh b/multimedia/qdvdauthor/doinst.sh new file mode 100644 index 0000000000..9830478e8c --- /dev/null +++ b/multimedia/qdvdauthor/doinst.sh @@ -0,0 +1,14 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |