diff options
author | Slack Coder <slackcoder@server.ky> | 2022-08-11 08:11:22 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-08-11 08:24:07 -0500 |
commit | 5e85f64105b430f7ba0a883f2db4c033f4b64266 (patch) | |
tree | edd4f2a271185a88c19354bee1b0072b2049a2d1 /discord/doinst.sh | |
parent | 73f6d40a03dfebae6645a42c277775f2f2fef8d7 (diff) | |
download | slackbuilds-5e85f64105b430f7ba0a883f2db4c033f4b64266.tar.xz |
discord: add v0.0.19
Diffstat (limited to 'discord/doinst.sh')
-rw-r--r-- | discord/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/doinst.sh b/discord/doinst.sh new file mode 100644 index 0000000..5fb2893 --- /dev/null +++ b/discord/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 |