diff options
author | Matthew Miller <mattallmill@gmail.com> | 2022-10-16 08:58:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-16 08:58:07 +0700 |
commit | bb23fa5496a8ab271dca6e2d1a1a6b4ce8a8734a (patch) | |
tree | 409f9c7d5834481c06b5aa7f2a9b023b8a4df676 /network/choqok/doinst.sh | |
parent | d8ef378b612a6088dd2f73aab8a26221926060e6 (diff) |
network/choqok: Added (KDE Micro-Blogging client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/choqok/doinst.sh')
-rw-r--r-- | network/choqok/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/choqok/doinst.sh b/network/choqok/doinst.sh new file mode 100644 index 0000000000000..eff9ee323e0d8 --- /dev/null +++ b/network/choqok/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +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 |