From 76c68387d0b6565a91df9a1a98afee649e6cde38 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 15:18:46 +0200 Subject: system/tilda: Initial import --- system/tilda/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/tilda/doinst.sh (limited to 'system/tilda/doinst.sh') diff --git a/system/tilda/doinst.sh b/system/tilda/doinst.sh new file mode 100644 index 0000000000..22d4849bce --- /dev/null +++ b/system/tilda/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + -- cgit v1.2.3