From 4eb63ab2ba4d703affbe85fb9d616334019d6b7c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Jul 2026 11:42:28 +0200 Subject: packaging: add SlackBuild, .desktop launcher and icon Adds a SBo-style SlackBuild (noarch, pyproject wheel install) plus the desktop entry and scalable icon it installs to hicolor. .info DOWNLOAD/MD5 are placeholders pending a tagged release. Co-Authored-By: Claude Opus 4.8 --- SlackBuild/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SlackBuild/doinst.sh (limited to 'SlackBuild/doinst.sh') diff --git a/SlackBuild/doinst.sh b/SlackBuild/doinst.sh new file mode 100644 index 0000000..65c7e2e --- /dev/null +++ b/SlackBuild/doinst.sh @@ -0,0 +1,9 @@ +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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3