X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_bmp%2Funmod_bmp.nsh;h=1df228abd7982c419f86688cf35ae9d6d0565ce6;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=af1a8b3ad791e666758cae4cef1e20f2b150a474;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_bmp/unmod_bmp.nsh b/synfig-core/trunk/src/modules/mod_bmp/unmod_bmp.nsh index af1a8b3..1df228a 100644 --- a/synfig-core/trunk/src/modules/mod_bmp/unmod_bmp.nsh +++ b/synfig-core/trunk/src/modules/mod_bmp/unmod_bmp.nsh @@ -1,5 +1,8 @@ Section "un.mod_bmp" - Delete "$INSTDIR\lib\sinfg\modules\mod_bmp.dll" + Delete "$INSTDIR\lib\synfig\modules\mod_bmp.dll" + RMDir "$INSTDIR\lib\synfig\modules" + RMDir "$INSTDIR\lib\synfig" + RMDir "$INSTDIR\lib" RMDir "$INSTDIR" SectionEnd