From 0eaac47bb7aa18487616d69877276f8a2960a262 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Mon, 11 Feb 2013 02:17:43 -0600 Subject: system/cassandra-gui: Added (Cassandra GUI Project) Signed-off-by: Erik Hanson --- system/cassandra-gui/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/cassandra-gui/doinst.sh (limited to 'system/cassandra-gui/doinst.sh') diff --git a/system/cassandra-gui/doinst.sh b/system/cassandra-gui/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/cassandra-gui/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