mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
a5e1c5c82a
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
6 lines
141 B
Bash
6 lines
141 B
Bash
#!/bin/sh
|
|
|
|
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|
|
|