[gitg] win32: update pixbuf loaders after installation



commit 7ba5bc30e797365f7eac579e49f50712dc041d40
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 12 15:51:15 2016 +0100

    win32: update pixbuf loaders after installation

 win32/installer/gitg.wxs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/win32/installer/gitg.wxs b/win32/installer/gitg.wxs
index 12ed3f8..8ae2645 100644
--- a/win32/installer/gitg.wxs
+++ b/win32/installer/gitg.wxs
@@ -31,6 +31,8 @@
     <CustomAction Id="CompileSchemas" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
     <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache" 
Value="&quot;[INSTALLDIR]bin\gtk-update-icon-cache-3.0.exe&quot; 
&quot;[INSTALLDIR]share\icons\hicolor&quot;"/>
     <CustomAction Id="UpdateIconCache" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
+    <CustomAction Id="SetUpdatePixbufLoadersCommand" Property="UpdatePixbufLoaders" 
Value="&quot;[INSTALLDIR]bin\gdk-pixbuf-query-loaders.exe&quot; --update-cache"/>
+    <CustomAction Id="UpdatePixbufLoaders" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
 
     <InstallExecuteSequence>
       <RemoveExistingProducts Before="InstallInitialize" />
@@ -38,6 +40,8 @@
       <Custom Action="CompileSchemas" After="SetCompileSchemasCommand" />
       <Custom Action="SetUpdateIconCacheCommand" After="CompileSchemas" />
       <Custom Action="UpdateIconCache" After="SetUpdateIconCacheCommand" />
+      <Custom Action="SetUpdatePixbufLoadersCommand" After="UpdateIconCache" />
+      <Custom Action="UpdatePixbufLoaders" After="SetUpdatePixbufLoadersCommand" />
     </InstallExecuteSequence>
 
   </Product>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]