diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-17 12:02:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-17 12:02:36 +0200 |
| commit | 423a59279583d698fa65d0d91311ebebc7dc0ac3 (patch) | |
| tree | a02ab75888d245ee90620efeb03f5fc678ea21c0 /hyprsunset-qt/doinst.sh | |
| parent | 7609e62a41478416d5c8c47457ac65dcfc37286b (diff) | |
| download | my-slackbuilds-423a59279583d698fa65d0d91311ebebc7dc0ac3.tar.gz my-slackbuilds-423a59279583d698fa65d0d91311ebebc7dc0ac3.zip | |
hyprsunset-qt: add version 0.1.1
Diffstat (limited to 'hyprsunset-qt/doinst.sh')
| -rw-r--r-- | hyprsunset-qt/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hyprsunset-qt/doinst.sh b/hyprsunset-qt/doinst.sh new file mode 100644 index 0000000..65c7e2e --- /dev/null +++ b/hyprsunset-qt/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 |
