The branch, build-main has been updated via 78e6a298412fcc3219ccdd018644758391a9d05b (commit) from 4ff997f05faa33dea892f599763f84bef68d9235 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/x2gognomebindings.postinst | 30 ++++++++++++++---------------- debian/x2gognomebindings.postrm | 22 ++++++++++------------ debian/x2gognomebindings.prerm | 37 +++++++++++++++++-------------------- 3 files changed, 41 insertions(+), 48 deletions(-) The diff of changes is: diff --git a/debian/x2gognomebindings.postinst b/debian/x2gognomebindings.postinst index 4d973f4..c2ae279 100755 --- a/debian/x2gognomebindings.postinst +++ b/debian/x2gognomebindings.postinst @@ -19,20 +19,20 @@ set -e case "$1" in - configure) - update-gnome-menu-x2go - update-icon-caches /usr/share/icons/gnome - 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-gnome-menu-x2go + update-icon-caches /usr/share/icons/gnome + 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 @@ -41,5 +41,3 @@ esac #DEBHELPER# exit 0 - - diff --git a/debian/x2gognomebindings.postrm b/debian/x2gognomebindings.postrm index c45f8cd..0df8a67 100755 --- a/debian/x2gognomebindings.postrm +++ b/debian/x2gognomebindings.postrm @@ -20,16 +20,16 @@ set -e case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - update-icon-caches /usr/share/icons/gnome - 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-icon-caches /usr/share/icons/gnome + 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 @@ -38,5 +38,3 @@ esac #DEBHELPER# exit 0 - - diff --git a/debian/x2gognomebindings.prerm b/debian/x2gognomebindings.prerm index 9995a32..d5dda31 100755 --- a/debian/x2gognomebindings.prerm +++ b/debian/x2gognomebindings.prerm @@ -18,24 +18,23 @@ set -e case "$1" in - remove|upgrade|deconfigure) - update-gnome-menu-x2go --remove - ### for ubuntu ### - if [ -d /usr/lib/nautilus/extensions-2.0 ] - then - rm /usr/lib/nautilus/extensions-2.0/libnautilus-x2goumount.la - rm /usr/lib/nautilus/extensions-2.0/libnautilus-x2goumount.so - fi - - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; + remove|upgrade|deconfigure) + update-gnome-menu-x2go --remove + ### for ubuntu ### + if [ -d /usr/lib/nautilus/extensions-2.0 ] + then + rm /usr/lib/nautilus/extensions-2.0/libnautilus-x2goumount.la + rm /usr/lib/nautilus/extensions-2.0/libnautilus-x2goumount.so + fi + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; esac # dh_installdeb will replace this with shell code automatically @@ -44,5 +43,3 @@ esac #DEBHELPER# exit 0 - - hooks/post-receive -- x2gognomebindings.git (GNOME 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 "x2gognomebindings.git" (GNOME bindings for X2Go).