diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-02 18:39:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-02 18:39:13 +0700 |
commit | 4b192071fe4c064b8ec111dc07524d4f2cac44da (patch) | |
tree | 707e1c68a9fe071f18ac2ea964aeebb6d5408f11 /python/ptpython/doinst.sh | |
parent | c1a8c2a39bc3aa666c03ed645867c417b557a3f3 (diff) | |
download | slackbuilds-4b192071fe4c064b8ec111dc07524d4f2cac44da.tar.gz |
python/ptpython: Added (Python REPL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptpython/doinst.sh')
-rw-r--r-- | python/ptpython/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/ptpython/doinst.sh b/python/ptpython/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/ptpython/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 |