diff options
author | Andrey Maraev <andrew.maraev60@yandex.ru> | 2012-06-25 22:19:56 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 22:19:56 -0400 |
commit | 5ab8972315a98ba92cd03ce267fefd183c4004b3 (patch) | |
tree | b8397fa94972be4e0f6b7a52e092ccbe686062fe /office/mytetra/doinst.sh | |
parent | c4b2dcda0cf61d95c191b832c05d52ae5695e0b7 (diff) |
office/mytetra: Added (personal manager for information)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/mytetra/doinst.sh')
-rw-r--r-- | office/mytetra/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/mytetra/doinst.sh b/office/mytetra/doinst.sh new file mode 100644 index 000000000000..1f8ff67dedb2 --- /dev/null +++ b/office/mytetra/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 + |