From d38f04b6902609269ea3bc9b8e94119e51b89748 Mon Sep 17 00:00:00 2001 From: Hannes Worst Date: Fri, 16 Dec 2011 22:52:17 -0200 Subject: office/Ted: Added (lightweight WYSIWYG wordprocessor) Signed-off-by: Niels Horn --- office/Ted/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 office/Ted/doinst.sh (limited to 'office/Ted/doinst.sh') diff --git a/office/Ted/doinst.sh b/office/Ted/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/Ted/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 -- cgit v1.2.3