diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2019-10-05 06:25:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:25:30 +0700 |
commit | 43fb5216b365d96d21170c32bafc2a9fd7705bfa (patch) | |
tree | 8224da63a9eea86a76ff113004d1deb95976098c /development/xnedit/doinst.sh | |
parent | 8e36e95a8711058fb420392d3f65d883043e5e4c (diff) | |
download | slackbuilds-43fb5216b365d96d21170c32bafc2a9fd7705bfa.tar.gz |
development/xnedit: Added (GUI Text Editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xnedit/doinst.sh')
-rw-r--r-- | development/xnedit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/xnedit/doinst.sh b/development/xnedit/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/development/xnedit/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 |