diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-14 13:31:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:11:28 +0700 |
commit | dc440402f746475064d1cf22b966fd6b66aced99 (patch) | |
tree | 728dd85ff7e45a362a6ffbe78901356a1f6ff3fe /development/lazarus/doinst.sh | |
parent | 74e7876a6475c9a5bffadab61b97a0f898c0d857 (diff) |
development/lazarus: Fix PRINT_PACKAGE_NAME, doinst, docs, symlink.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lazarus/doinst.sh')
-rw-r--r-- | development/lazarus/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/lazarus/doinst.sh b/development/lazarus/doinst.sh index e4e6459838cbf..9424ce43ff572 100644 --- a/development/lazarus/doinst.sh +++ b/development/lazarus/doinst.sh @@ -6,3 +6,8 @@ if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/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 |