diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-21 22:43:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:55 +0700 |
commit | 775386cee456962cde3c54e51984510e99ed428b (patch) | |
tree | 5ceeb9a2e7a25caa7a931177f4414a0aabca38ea /development/wheel/doinst.sh | |
parent | efb267ab9c721966778f9b3871f9df982009cd1d (diff) | |
download | slackbuilds-775386cee456962cde3c54e51984510e99ed428b.tar.gz |
development/wheel: Added (built-package format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wheel/doinst.sh')
-rw-r--r-- | development/wheel/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/wheel/doinst.sh b/development/wheel/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/development/wheel/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 |