From cf5c23dc7407af9a649248549935726fda435cff Mon Sep 17 00:00:00 2001 From: fdeak Date: Tue, 11 May 2010 15:18:47 +0200 Subject: system/unison: Initial import --- system/unison/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/unison/doinst.sh (limited to 'system/unison/doinst.sh') diff --git a/system/unison/doinst.sh b/system/unison/doinst.sh new file mode 100644 index 0000000000..37f8fcb218 --- /dev/null +++ b/system/unison/doinst.sh @@ -0,0 +1,3 @@ +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