diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-14 14:34:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-15 14:58:29 +0700 |
commit | 5cb47d6bd5fe0af15127e3002504950c4a026dbc (patch) | |
tree | 13be98019ece9cf77ffa3a3701b75540cbf73ab8 /python/flake8/doinst.sh | |
parent | eb0ec8e7fa70129f52e548cef120ac74be5413d6 (diff) |
python/flake8: Added (Wrapper tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flake8/doinst.sh')
-rw-r--r-- | python/flake8/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/flake8/doinst.sh b/python/flake8/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/python/flake8/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 |