X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_png%2Funmod_png.nsh;h=4266a9a647fd9f55272f1acddb8e1df61066e04d;hb=990f7bb7694e0472ed6ad165e0724864539071cd;hp=f034c7976c1b02658dde03161594bc4c47de213a;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_png/unmod_png.nsh b/synfig-core/trunk/src/modules/mod_png/unmod_png.nsh index f034c79..4266a9a 100644 --- a/synfig-core/trunk/src/modules/mod_png/unmod_png.nsh +++ b/synfig-core/trunk/src/modules/mod_png/unmod_png.nsh @@ -1,5 +1,8 @@ Section "un.mod_png" - Delete "$INSTDIR\lib\sinfg\modules\mod_png.dll" + Delete "$INSTDIR\lib\synfig\modules\mod_png.dll" + RMDir "$INSTDIR\lib\synfig\modules" + RMDir "$INSTDIR\lib\synfig" + RMDir "$INSTDIR\lib" RMDir "$INSTDIR" SectionEnd