mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
523730f4e5
This is required for eom and pluma plugins. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
5 lines
189 B
Bash
5 lines
189 B
Bash
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
|