X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_openexr%2Funmod_openexr.nsh;h=d0aa1c69658aea6e6b174dd1d627f6625e3b7b90;hb=20a38826ee92a217ecbe472a90797788b58e0a9f;hp=5592257ceacc1910cfb546969b275db0f2ca9c7b;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh b/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh index 5592257..d0aa1c6 100644 --- a/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh +++ b/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh @@ -1,5 +1,8 @@ Section "un.mod_openexr" - Delete "$INSTDIR\lib\sinfg\modules\mod_openexr.dll" + Delete "$INSTDIR\lib\synfig\modules\mod_openexr.dll" + RMDir "$INSTDIR\lib\synfig\modules" + RMDir "$INSTDIR\lib\synfig" + RMDir "$INSTDIR\lib" RMDir "$INSTDIR" SectionEnd