diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:29:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:42 +0200 |
commit | 0c3ded9b40c5b7b71aa10f0d6191164bacb7f16c (patch) | |
tree | b716ed9d390b43a362fdf90e1bb78d9d118400a9 /graphics/fontmatrix/doinst.sh | |
parent | f39edf4fbea1cb41923693b0a6010ee883b8cf0e (diff) | |
download | slackbuilds-0c3ded9b40c5b7b71aa10f0d6191164bacb7f16c.tar.gz |
graphics/fontmatrix: Added to 12.2 repository
Diffstat (limited to 'graphics/fontmatrix/doinst.sh')
-rw-r--r-- | graphics/fontmatrix/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/fontmatrix/doinst.sh b/graphics/fontmatrix/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/graphics/fontmatrix/doinst.sh @@ -0,0 +1,10 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |