diff options
author | Geoff Ritter <geoff do ritter at gmail dot com> | 2011-03-05 09:36:11 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 09:36:11 -0300 |
commit | f499ccd5d2b6a164e479082dc9737372fbbe6f22 (patch) | |
tree | 9e229ef0877081cd2c39cd1f9e07cdf4237bf6fc /misc/ardesia/doinst.sh | |
parent | ff7d55741fdfbf42fc883b41fc0478b94ecbc404 (diff) | |
download | slackbuilds-f499ccd5d2b6a164e479082dc9737372fbbe6f22.tar.gz |
misc/ardesia: Added (Pen/Touch ready on-screen annotation)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/ardesia/doinst.sh')
-rw-r--r-- | misc/ardesia/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/ardesia/doinst.sh b/misc/ardesia/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/misc/ardesia/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 + |