This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from c98473e install desktop-background via alternatives system new 23b365a typo fix in x2gothinclient-minidesktop.postinst new d52c547 make sure desktop-base image folder is available The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/x2gothinclient-minidesktop.dirs | 1 + debian/x2gothinclient-minidesktop.postinst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/x2gothinclient-minidesktop.dirs -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 23b365ae98874efcc4b8f2852c57ee1aebfac938 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 17:08:13 2014 +0200 typo fix in x2gothinclient-minidesktop.postinst --- debian/x2gothinclient-minidesktop.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/x2gothinclient-minidesktop.postinst b/debian/x2gothinclient-minidesktop.postinst index 9a79508..7728873 100755 --- a/debian/x2gothinclient-minidesktop.postinst +++ b/debian/x2gothinclient-minidesktop.postinst @@ -21,7 +21,7 @@ case "$1" in configure) glib-compile-schemas /usr/share/glib-2.0/schemas/ - update-alternatives --install + update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ /usr/share/backgrounds/x2go/x2gothinclient-minidesktop_background.svg 70 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit d52c547e74cf77255b660768f31d47aa354fdb9b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 17:08:29 2014 +0200 make sure desktop-base image folder is available --- debian/x2gothinclient-minidesktop.dirs | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/x2gothinclient-minidesktop.dirs b/debian/x2gothinclient-minidesktop.dirs new file mode 100644 index 0000000..d235933 --- /dev/null +++ b/debian/x2gothinclient-minidesktop.dirs @@ -0,0 +1 @@ +usr/share/images/desktop-base \ No newline at end of file -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git