From b8bedd097ac5cd882f7241cabfc3069ae8e0f768 Mon Sep 17 00:00:00 2001 From: Fridrich von Stauffenberg Date: Tue, 9 Aug 2011 14:48:29 -0300 Subject: system/microemulator: Added (J2ME emulator) Signed-off-by: Niels Horn --- system/microemulator/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/microemulator/doinst.sh (limited to 'system/microemulator/doinst.sh') diff --git a/system/microemulator/doinst.sh b/system/microemulator/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/microemulator/doinst.sh @@ -0,0 +1,4 @@ +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