diff options
author | Howard Pepper <h_pepper at bellsouth {dot} net> | 2012-12-02 19:58:19 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:57 -0500 |
commit | 2c8780a3ed7cd98824e5fb1ce0193fff3ed5eb46 (patch) | |
tree | 5dc8d7c71cab4a14d989cdcc432ade8cc32072b2 /ham/xlog/doinst.sh | |
parent | d86d2953205c2eb6ec68c7ccbda09d2394f1d5e6 (diff) | |
download | slackbuilds-2c8780a3ed7cd98824e5fb1ce0193fff3ed5eb46.tar.gz |
ham/xlog: Moved from libraries
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'ham/xlog/doinst.sh')
-rw-r--r-- | ham/xlog/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ham/xlog/doinst.sh b/ham/xlog/doinst.sh new file mode 100644 index 0000000000..e4e6459838 --- /dev/null +++ b/ham/xlog/doinst.sh @@ -0,0 +1,8 @@ +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 + |