rc.local_shutdown
# Delete everything in /tmp whenever the system is shut down
/usr/bin/find /tmp -mindepth 1 -maxdepth 1 -exec /bin/rm -rf {} +;