From 2409615c9e3224f127585435223ffb670c33fc61 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 19 May 2015 14:09:13 +0300 Subject: python/pytest: Updated for version 2.7.1. Signed-off-by: Dimitris Zlatanidis --- python/pytest/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/pytest/doinst.sh (limited to 'python/pytest/doinst.sh') diff --git a/python/pytest/doinst.sh b/python/pytest/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/pytest/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