diff options
author | Alan Alberghini <414N@slacky.it> | 2013-03-11 21:13:21 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:42 -0400 |
commit | e78a4c735466c143688ba4a5be63599597bb39eb (patch) | |
tree | 69ddee417e6d3c47eea0a2441944f67f0047f5c6 /office/briss/doinst.sh | |
parent | 9f0c656fa53132f40d6a31e675738cf412780baa (diff) | |
download | slackbuilds-e78a4c735466c143688ba4a5be63599597bb39eb.tar.gz |
office/briss: Added (The BRIght Snippet Sire)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/briss/doinst.sh')
-rw-r--r-- | office/briss/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/office/briss/doinst.sh b/office/briss/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/office/briss/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/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 |