From 68c6370dc6e69f4b63fe64b20caa9f950369ded4 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 22 Mar 2014 09:25:29 +0700 Subject: graphics/phototonic: Added (image viewer). Signed-off-by: Willy Sudiarto Raharjo --- graphics/phototonic/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 graphics/phototonic/doinst.sh (limited to 'graphics/phototonic/doinst.sh') diff --git a/graphics/phototonic/doinst.sh b/graphics/phototonic/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/graphics/phototonic/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-65-gdbad