diff --git a/debian/changelog b/debian/changelog index 7b73867..01ab4ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -glib2.0 (2.74.5-ok3~0925) yangtze; urgency=medium +glib2.0 (2.74.5-ok3~0925.1) yangtze; urgency=medium * 更新debian/rules + * 更新libglib2.0-0.postinst.in -- Yue Lan Mon, 25 Sep 2023 11:49:28 +0800 diff --git a/debian/libglib2.0-0.postinst.in b/debian/libglib2.0-0.postinst.in index 358a709..4d3f5ec 100644 --- a/debian/libglib2.0-0.postinst.in +++ b/debian/libglib2.0-0.postinst.in @@ -34,16 +34,12 @@ fi #DEBHELPER# -# This is shipped in the .deb (see debian/libglib2.0-0.dirs) but would -# be removed if empty during upgrade by old versions of the postrm (#987913). -# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released. install -d "/usr/lib/#MULTIARCH#/gio/modules" "/usr/lib/#MULTIARCH#/glib-2.0/glib-compile-schemas" /usr/share/glib-2.0/schemas || true "/usr/lib/#MULTIARCH#/glib-2.0/gio-querymodules" "/usr/lib/#MULTIARCH#/gio/modules" || true # Clean up pre-multiarch giomodule.cache. -# This workaround can be removed after Debian 12 and Ubuntu 22.04 are released. if [ -d /usr/lib/gio/modules ]; then rm -f /usr/lib/gio/modules/giomodule.cache rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules