summaryrefslogtreecommitdiff
path: root/src/installer.nsi
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-04 21:39:13 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-04 21:39:13 +0000
commit1422a96aad18893e4a526cfd6f5e57461e3e8838 (patch)
treef9506f941293bddc2bdccdf5532a41072e16e9f8 /src/installer.nsi
parenta73d164e9fae9059be1b347270f1c7debbc00f3e (diff)
Win32 install
Diffstat (limited to 'src/installer.nsi')
-rw-r--r--src/installer.nsi6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/installer.nsi b/src/installer.nsi
index c13e63c..349863a 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -227,12 +227,9 @@ Section $(NAME_SecGlibGtkEtc) SecGlibGtkEtc
SetOutPath $INSTDIR\share\locale\lt\LC_MESSAGES
- File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\libiconv.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gtk20.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gtk20-properties.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\glib20.mo"
- File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gettext-tools.mo"
- File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gettext-runtime.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gdk-pixbuf.mo"
File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\atk10.mo"
@@ -426,12 +423,9 @@ Section "Uninstall"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\transmission-remote-gtk.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\atk10.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gdk-pixbuf.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gettext-runtime.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gettext-tools.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\glib20.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gtk20-properties.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gtk20.mo"
- Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\libiconv.mo"
Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\transmission-remote-gtk.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\atk10.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\gdk-pixbuf.mo"