diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-04-09 11:07:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:52 +0700 |
commit | fbb7d786635d7b0325badc7e23207f576d42e78c (patch) | |
tree | 4841bdc57bb1fef52fac7804fa6edf8589b1b986 /graphics/birdfont/doinst.sh | |
parent | d98589bc443c838b70f0243a4c2bf94f8d79507b (diff) |
graphics/birdfont: Added (free font editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/birdfont/doinst.sh')
-rw-r--r-- | graphics/birdfont/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/birdfont/doinst.sh b/graphics/birdfont/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/graphics/birdfont/doinst.sh @@ -0,0 +1,13 @@ +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/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |