diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2011-08-09 14:48:29 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 14:48:29 -0300 |
commit | b8bedd097ac5cd882f7241cabfc3069ae8e0f768 (patch) | |
tree | 8e2b98bdfad6bebc65dd3ed7b181bb988f240324 /system/microemulator/doinst.sh | |
parent | 365fe7e74e1526ec004ec107a195223b47b96800 (diff) | |
download | slackbuilds-b8bedd097ac5cd882f7241cabfc3069ae8e0f768.tar.gz slackbuilds-b8bedd097ac5cd882f7241cabfc3069ae8e0f768.tar.xz |
system/microemulator: Added (J2ME emulator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/microemulator/doinst.sh')
-rw-r--r-- | system/microemulator/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/microemulator/doinst.sh b/system/microemulator/doinst.sh new file mode 100644 index 00000000000..4e8ba7071de --- /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 + |