#!/bin/sh

rm -rf /opt/plastic-schemes/Blue
rm -rf /opt/plastic-schemes/DeepBlue
rm -rf /opt/plastic-schemes/DeepGreen
rm -rf /opt/plastic-schemes/DeepOrange
rm -rf /opt/plastic-schemes/DeepPurple
rm -rf /opt/plastic-schemes/DeepRed
rm -rf /opt/plastic-schemes/ExtraCoffee
rm -rf /opt/plastic-schemes/Green
rm -rf /opt/plastic-schemes/LiquidCarbon
rm -rf /opt/plastic-schemes/LiquidCyan
rm -rf /opt/plastic-schemes/LiquidGold
rm -rf /opt/plastic-schemes/Orange
rm -rf /opt/plastic-schemes/Pink
rm -rf /opt/plastic-schemes/Red
rm -rf /opt/plastic-schemes/Yellow

return 0
