From b8e9ca21ceb71932d148181b2cef7172e31a88f1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 6 May 2014 08:58:08 +0700 Subject: system/pce: Added (PC emulator). Signed-off-by: Willy Sudiarto Raharjo --- system/pce/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/pce/doinst.sh (limited to 'system/pce/doinst.sh') diff --git a/system/pce/doinst.sh b/system/pce/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/pce/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