The branch, master has been updated via 6d4f031cb799b284f4c21b8795975e14a98bbaaf (commit) from c20a5a5c916358a2360cea25be2d59f76eeef39a (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 6d4f031cb799b284f4c21b8795975e14a98bbaaf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jul 28 15:09:27 2013 +0200 /debian/{postinst,postrm}: Update icon caches. (Adds to fixing #17). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/x2golxdebindings.postinst | 2 ++ debian/x2golxdebindings.postrm | 3 +++ 3 files changed, 7 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8de55d6..b891eaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ x2golxdebindings (1.0.2.0-0~x2go1) UNRELEASED; urgency=low to the correct icons for shared folders/devices. (Fixes: #17). * /debian/control: + Add dependency: shared-mime-info. + * /debian/{postinst,postrm}: + + Update icon caches. (Adds to fixing #17). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 31 Dec 2012 16:40:08 +0100 diff --git a/debian/x2golxdebindings.postinst b/debian/x2golxdebindings.postinst index 3f79e1b..96851c4 100755 --- a/debian/x2golxdebindings.postinst +++ b/debian/x2golxdebindings.postinst @@ -21,8 +21,10 @@ set -e case "$1" in configure) + update-icon-caches /usr/share/icons/nuoveXT2 update-desktop-database update-mime-database /usr/share/mime + ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/debian/x2golxdebindings.postrm b/debian/x2golxdebindings.postrm index c6ec555..ca53b90 100755 --- a/debian/x2golxdebindings.postrm +++ b/debian/x2golxdebindings.postrm @@ -21,8 +21,11 @@ set -e case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + update-icon-caches /usr/share/icons/nuoveXT2 update-desktop-database update-mime-database /usr/share/mime + ;; *) 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).