diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-07 17:14:42 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-07 17:14:42 +0200 |
| commit | 38a4da01372b0958cd81948f71f6740ba9bac2fe (patch) | |
| tree | 2ab0ca5ad085439350342a212df4d5e88d36a88c /discord/doinst.sh | |
| parent | cc07cd5f0064b6338b78a929f40d40bde83e3689 (diff) | |
| download | my-slackbuilds-38a4da01372b0958cd81948f71f6740ba9bac2fe.tar.gz my-slackbuilds-38a4da01372b0958cd81948f71f6740ba9bac2fe.zip | |
Added: discord
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 |
