[gedit] win32: update pixbuf loaders after installation
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] win32: update pixbuf loaders after installation
- Date: Tue, 12 Jan 2016 14:53:48 +0000 (UTC)
commit 36315323bc99526fc5b08d273fa19ea9589123ef
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jan 12 15:52:56 2016 +0100
win32: update pixbuf loaders after installation
win32/installer/gedit.wxs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/win32/installer/gedit.wxs b/win32/installer/gedit.wxs
index 820f719..f9d7efa 100644
--- a/win32/installer/gedit.wxs
+++ b/win32/installer/gedit.wxs
@@ -30,6 +30,8 @@
<CustomAction Id="CompileSchemas" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
<CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache"
Value=""[INSTALLDIR]bin\gtk-update-icon-cache-3.0.exe"
"[INSTALLDIR]share\icons\hicolor""/>
<CustomAction Id="UpdateIconCache" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
+ <CustomAction Id="SetUpdatePixbufLoadersCommand" Property="UpdatePixbufLoaders"
Value=""[INSTALLDIR]bin\gdk-pixbuf-query-loaders.exe" --update-cache"/>
+ <CustomAction Id="UpdatePixbufLoaders" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
<InstallExecuteSequence>
<RemoveExistingProducts Before="InstallInitialize" />
@@ -37,6 +39,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]