X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ffmpeg%2Funmod_ffmpeg.nsh;h=09ed59bc69f461a4d17cc94f4fa5f9f39d3a1fa9;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=688d3dc59ceb0386e497695865c2d34203b00b5b;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ffmpeg/unmod_ffmpeg.nsh b/synfig-core/trunk/src/modules/mod_ffmpeg/unmod_ffmpeg.nsh index 688d3dc..09ed59b 100644 --- a/synfig-core/trunk/src/modules/mod_ffmpeg/unmod_ffmpeg.nsh +++ b/synfig-core/trunk/src/modules/mod_ffmpeg/unmod_ffmpeg.nsh @@ -1,5 +1,8 @@ Section "un.mod_ffmpeg" - Delete "$INSTDIR\lib\sinfg\modules\mod_ffmpeg.dll" + Delete "$INSTDIR\lib\synfig\modules\mod_ffmpeg.dll" + RMDir "$INSTDIR\lib\synfig\modules" + RMDir "$INSTDIR\lib\synfig" + RMDir "$INSTDIR\lib" RMDir "$INSTDIR" SectionEnd