The branch, master has been updated via 132994f66f14cd75b7632e320a5e20ceaaa98599 (commit) from f67bb50ebbb2c9b41fc0e9594692179555280fb0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 132994f66f14cd75b7632e320a5e20ceaaa98599 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 18 09:44:21 2013 +0100 x2goserver.spec: update MIME and desktop database after installation/removal of x2goserver-fmbindings ----------------------------------------------------------------------- Summary of changes: x2goserver.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) The diff of changes is: diff --git a/x2goserver.spec b/x2goserver.spec index f792926..47f9e69 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -341,6 +341,16 @@ fi %{_sbindir}/x2godbadmin --createdb 1>/dev/null 2>/dev/null || : +%post fmbindings +/usr/bin/update-mime-database /usr/share/mime &>/dev/null || : +/usr/bin/update-desktop-database &>/dev/null || : + +%postun fmbindings +if [ $1 -eq 0 ] ; then + /usr/bin/update-mime-database /usr/share/mime &>/dev/null || : + /usr/bin/update-desktop-database &>/dev/null || : +fi + %pre printing getent group x2goprint >/dev/null || groupadd -r x2goprint getent passwd x2goprint >/dev/null || \ hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).