mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
3d4a8072ee
This is a repackaged .deb file and I had to make some symlinks and a wrapper just to get it to work. It runs to the point of login but I can not test it past that. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
3 lines
129 B
Bash
3 lines
129 B
Bash
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|