From e51dcfd426d0bb475a3d12eed8d54a46b0f17444 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 31 Mar 2026 09:34:59 +0200 Subject: Added some of the packages I maintain on my personal system --- kitty-bin/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kitty-bin/doinst.sh (limited to 'kitty-bin/doinst.sh') diff --git a/kitty-bin/doinst.sh b/kitty-bin/doinst.sh new file mode 100644 index 0000000..1f8ff67 --- /dev/null +++ b/kitty-bin/doinst.sh @@ -0,0 +1,10 @@ +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 + -- cgit v1.2.3