Thanks Schturman! I was just about to ask if anyone has a script to uninstall the powerpack. I encountered a show stopper today. The swiping didn't work and I was stuck in app view. Had to do shut down the phone to get back to normal...
#!/bin/sh apt-get remove --purge libmeegotouchpreloader0 meegotouchtheme-ppack-fixes -y apt-get install --reinstall applauncherd applauncherd-invoker applauncherd-launcher applauncherd-single-instance commhistory-daemon duicontrolpanel duicontrolpanel-displaylanguageapplet duicontrolpanel-l10n-engineering-english gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra libcommhistory0 libduicontrolpanel libmeegotouch-bin libmeegotouchcore0 libmeegotouchextensions0 libmeegotouch-l10n-engineering-english libmeegotouchsettings0 libmeegotouchviews0 libpublishwidgets0 libqmf0 libqmf-plugins libwebupload0 mcompositor meegotouch-cache-utils meegotouchtheme ohm-plugins-misc qmfserver qt-components webupload-engine -y apt-get clean exit 0
#!/bin/sh apt-get remove --purge libmeegotouchpreloader0 meegotouchtheme-ppack-fixes -y apt-get clean apt-get install --reinstall -d applauncherd applauncherd-invoker applauncherd-launcher applauncherd-single-instance commhistory-daemon duicontrolpanel duicontrolpanel-displaylanguageapplet duicontrolpanel-l10n-engineering-english gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra libcommhistory0 libduicontrolpanel libmeegotouch-bin libmeegotouchcore0 libmeegotouchextensions0 libmeegotouch-l10n-engineering-english libmeegotouchsettings0 libmeegotouchviews0 libpublishwidgets0 libqmf0 libqmf-plugins libwebupload0 mcompositor meegotouch-cache-utils meegotouchtheme ohm-plugins-misc qmfserver qt-components webupload-engine -y cd /var/cache/apt/archives /usr/sbin/incept *.deb apt-get clean exit 0