From d38d756c95e87b55342b873b8688e08b1d7953ae Mon Sep 17 00:00:00 2001 From: MagicMan Date: Tue, 11 May 2010 15:18:48 +0200 Subject: system/xarchiver: Initial import --- system/xarchiver/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/xarchiver/doinst.sh (limited to 'system/xarchiver/doinst.sh') diff --git a/system/xarchiver/doinst.sh b/system/xarchiver/doinst.sh new file mode 100644 index 0000000000..22d4849bce --- /dev/null +++ b/system/xarchiver/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