diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-16 06:37:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 8404bc9f60373d083c5a489be0adac36cc2d4d59 (patch) | |
tree | e3883afe30080801c6408ae5595e184719b73dbc /python/python3-future/doinst.sh | |
parent | 1f240809568897f073e27205e1db78d37c621b08 (diff) |
python/python3-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-future/doinst.sh')
-rw-r--r-- | python/python3-future/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-future/doinst.sh b/python/python3-future/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/python/python3-future/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 |