From 3c71698a1f3d8151bdcbcf3569d02dabf507777e Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 11 May 2010 22:55:38 +0200 Subject: system/xfburn: Added to 12.1 repository --- system/xfburn/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/xfburn/doinst.sh (limited to 'system/xfburn/doinst.sh') diff --git a/system/xfburn/doinst.sh b/system/xfburn/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/xfburn/doinst.sh @@ -0,0 +1,3 @@ +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