r54567 - /desktop/experimental/gtk+4.0/debian/libgtk-4-0.postinst.in

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Oct 26 22:01:57 UTC 2017


Author: jbicha
Date: Thu Oct 26 22:01:57 2017
New Revision: 54567

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54567
Log:
libgtk-4-0.postinst.in: use correct filename 

Modified:
    desktop/experimental/gtk+4.0/debian/libgtk-4-0.postinst.in

Modified: desktop/experimental/gtk+4.0/debian/libgtk-4-0.postinst.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/libgtk-4-0.postinst.in?rev=54567&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/libgtk-4-0.postinst.in	[utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/libgtk-4-0.postinst.in	[utf-8] Thu Oct 26 22:01:57 2017
@@ -7,7 +7,7 @@
 if [ "$1" = triggered ]; then
     # This is triggered everytime an application installs a
     # GTK immodule loader
-    /@LIBDIR@/@SHARED_PKG@/gtk-query-immodules-4.0 --update-cache || true
+    /@LIBDIR@/@SHARED_PKG@/gtk4-query-immodules --update-cache || true
     exit 0
 fi
 
@@ -15,6 +15,6 @@
 
 # Also handle the initial installation
 if [ -d $IMMODULES_DIR ] || [ -d $IMMODULES_DIR_OLD ]; then
-     /@LIBDIR@/@SHARED_PKG@/gtk-query-immodules-4.0 --update-cache || true
+     /@LIBDIR@/@SHARED_PKG@/gtk4-query-immodules --update-cache || true
 fi
 




More information about the pkg-gnome-commits mailing list