diff options
author | Howard Pepper <h_pepper at bellsouth {dot} net> | 2010-06-28 10:44:56 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-28 10:44:56 -0400 |
commit | da4fec67cba27e3271fc8ff00f857a0ea855a2b9 (patch) | |
tree | 09eeeaa97fc19c3586a73578ee919cace895da0f /misc/xlog/doinst.sh | |
parent | d303b34c505d41e13a623dbf616fcafb7d7e0d33 (diff) | |
download | slackbuilds-da4fec67cba27e3271fc8ff00f857a0ea855a2b9.tar.gz |
misc/xlog: Added (ham radio contact logging program)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/xlog/doinst.sh')
-rw-r--r-- | misc/xlog/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/xlog/doinst.sh b/misc/xlog/doinst.sh new file mode 100644 index 0000000000..e4e6459838 --- /dev/null +++ b/misc/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 + |