A few touch ups before tagged release.

This commit is contained in:
Storm Dragon
2026-05-26 00:27:40 -04:00
parent c39f2310e3
commit 46d3c66dc7
14 changed files with 130 additions and 85 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi