diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-22 21:07:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:10 -0600 |
commit | 06a6210bd36b4d7ce501362df07efe786953655e (patch) | |
tree | b83db17c193d26e9230307c0ecd4d351dccbefb2 /development/PythonToolkit/doinst.sh | |
parent | 4f2a8ad2bd3ab91f4175a80b509f4f7d3419fb6b (diff) | |
download | slackbuilds-06a6210bd36b4d7ce501362df07efe786953655e.tar.gz |
development/PythonToolkit: Added (interactive environment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/PythonToolkit/doinst.sh')
-rw-r--r-- | development/PythonToolkit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/PythonToolkit/doinst.sh b/development/PythonToolkit/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/development/PythonToolkit/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 |