Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active September 16, 2015 08:23
Show Gist options
  • Save Nolwennig/49089a9f6cd5ac563cf2 to your computer and use it in GitHub Desktop.
Save Nolwennig/49089a9f6cd5ac563cf2 to your computer and use it in GitHub Desktop.
rollback after unzip mailjet magento plugin
# For archive: magento-extension.zip
rm magento-extension.zip
rm screenshot/Mailjet-Magento.png
rm readme.txt
rm plugin/Mailjet-Magento.zip
# For archive: plugin/Mailjet-Magento.zip
rm app/etc/modules/MJ_Customsmtp.xml
rm app/code/local/MJ/Customsmtp/etc/system.xml
rm app/code/local/MJ/Customsmtp/etc/config.xml
rmdir app/code/local/MJ/Customsmtp/etc/
rm app/code/local/MJ/Customsmtp/Helper/Config.php
rm app/code/local/MJ/Customsmtp/Helper/Data.php
rmdir app/code/local/MJ/Customsmtp/Helper/
rm app/code/local/MJ/Customsmtp/Model/Email/Template.php
rmdir app/code/local/MJ/Customsmtp/Model/Email/
rm app/code/local/MJ/Customsmtp/Model/Mail.php
rm app/code/local/MJ/Customsmtp/Model/Observer.php
rmdir app/code/local/MJ/Customsmtp/Model/
rmdir app/code/local/MJ/Customsmtp/
rmdir app/code/local/MJ/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment