The branch, master has been updated via c20a5a5c916358a2360cea25be2d59f76eeef39a (commit) from 2bec515499195ff73726e176283b92f0cbc221ee (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 c20a5a5c916358a2360cea25be2d59f76eeef39a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jul 28 15:06:47 2013 +0200 fix postinst/postrm scripts ----------------------------------------------------------------------- Summary of changes: debian/x2golxdebindings.postinst | 27 ++++++++++++++------------- debian/x2golxdebindings.postrm | 20 ++++++++++---------- 2 files changed, 24 insertions(+), 23 deletions(-) The diff of changes is: diff --git a/debian/x2golxdebindings.postinst b/debian/x2golxdebindings.postinst index c907544..3f79e1b 100755 --- a/debian/x2golxdebindings.postinst +++ b/debian/x2golxdebindings.postinst @@ -1,5 +1,5 @@ #!/bin/sh -# postinst script for x2gognomebindings +# postinst script for x2golxdebindings # # see: dh_installdeb(1) @@ -19,18 +19,19 @@ set -e case "$1" in - configure) - update-desktop-database - update-mime-database /usr/share/mime - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; + configure) + + update-desktop-database + update-mime-database /usr/share/mime + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; esac # dh_installdeb will replace this with shell code automatically diff --git a/debian/x2golxdebindings.postrm b/debian/x2golxdebindings.postrm index 04e5665..c6ec555 100755 --- a/debian/x2golxdebindings.postrm +++ b/debian/x2golxdebindings.postrm @@ -1,5 +1,5 @@ #!/bin/sh -# postrm script for x2gognomebindings +# postrm script for x2golxdebindings # # see: dh_installdeb(1) @@ -20,15 +20,15 @@ set -e case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - update-desktop-database - update-mime-database /usr/share/mime - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + update-desktop-database + update-mime-database /usr/share/mime + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; esac # dh_installdeb will replace this with shell code automatically hooks/post-receive -- x2golxdebindings.git (LXDE bindings for X2Go) 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 "x2golxdebindings.git" (LXDE bindings for X2Go).