diff options
| author | Chris Morgan <chris.morganiser@gmail.com> | 2010-04-03 09:22:02 +0000 |
|---|---|---|
| committer | Chris Morgan <chris.morganiser@gmail.com> | 2010-04-03 09:22:02 +0000 |
| commit | db65360740769dbd5e0db794ff9be302b52c7dc4 (patch) | |
| tree | ca0dab54bc92eb04158218a396dc8f4a5cf5d777 /packaging | |
| parent | Start with glyphs limited to "Common" as a short term mitigation for bug #553... (diff) | |
| download | inkscape-db65360740769dbd5e0db794ff9be302b52c7dc4.tar.gz inkscape-db65360740769dbd5e0db794ff9be302b52c7dc4.zip | |
Win32 uninstaller: remove empty directory lib/locale
(bzr r9285)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/win32/inkscape.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 5bcd99ee0..910717e40 100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -991,6 +991,8 @@ Section Uninstall ; do the uninstalling {{{ Delete $INSTDIR\uninstall.log Delete $INSTDIR\uninstall.exe ; remove empty directories + RMDir $INSTDIR\lib\locale + RMDir $INSTDIR\lib RMDir $INSTDIR\data RMDir $INSTDIR\doc RMDir $INSTDIR\modules |
