diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 16:39:34 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 16:39:34 +0000 |
commit | 9f1e5316f34fad3e7d0d1af2f2f3102359cef488 (patch) | |
tree | d132d24aa64438576fb5bc8694dd42732425b8fe /xorg-server/installer | |
parent | bd6df75c18714c1d819adb07cc425cf74355a2a2 (diff) | |
download | vcxsrv-9f1e5316f34fad3e7d0d1af2f2f3102359cef488.tar.gz vcxsrv-9f1e5316f34fad3e7d0d1af2f2f3102359cef488.tar.bz2 vcxsrv-9f1e5316f34fad3e7d0d1af2f2f3102359cef488.zip |
Added xclock application files
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 9ee2eabad..93ccfaf0d 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -239,6 +239,8 @@ Section "Uninstall" Delete "$INSTDIR\xcalc"
Delete "$INSTDIR\xcalc-color"
Delete "$INSTDIR\xclock.exe"
+ Delete "$INSTDIR\xclock"
+ Delete "$INSTDIR\xclock-color"
Delete "$INSTDIR\xwininfo.exe"
Delete "$INSTDIR\XKeysymDB"
Delete "$INSTDIR\XErrorDB"
|