diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-10 19:36:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-10 19:36:30 +0200 |
| commit | d85e36a1156a25681d81c84ff1c0b47b4eb88a35 (patch) | |
| tree | 919c6432b663917bba761397614027aedae155e5 /UrbanTerror/doinst.sh | |
| download | sbo-slackbuilds-d85e36a1156a25681d81c84ff1c0b47b4eb88a35.tar.gz sbo-slackbuilds-d85e36a1156a25681d81c84ff1c0b47b4eb88a35.zip | |
Initial import: r8125, UrbanTerror
SBo-official packages maintained by danix, split out of my-slackbuilds.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'UrbanTerror/doinst.sh')
| -rw-r--r-- | UrbanTerror/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UrbanTerror/doinst.sh b/UrbanTerror/doinst.sh new file mode 100644 index 0000000..5fb2893 --- /dev/null +++ b/UrbanTerror/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 |
