From 9360204e79517a470b9c3e57411b0ef8c5df2d6c Mon Sep 17 00:00:00 2001 From: mccnews Date: Thu, 13 May 2010 01:00:33 +0200 Subject: office/keepnote: Added to 13.0 repository --- office/keepnote/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 office/keepnote/doinst.sh (limited to 'office/keepnote/doinst.sh') diff --git a/office/keepnote/doinst.sh b/office/keepnote/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/office/keepnote/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 -- cgit v1.2.3