HOWTO:How to automatically clean your /tmp directory
From PardusWiki
Open Dolphin > goto directory /etc/conf.d > right-click on the file local.stop > Root Actions > Open as Text > and add the following line:
rm -Rf /tmp/*
Save and close the file.