Comment 34 for bug 77980

Revision history for this message
chris erway (cce) wrote :

Quick DIY workaround for anyone who encounters this (requires dpkg build tools):

sudo apt-get build-dep mtop
sudo apt-get source mtop
cd mtop-0.6.6
emacs debian/mtop.postinst
# comment out or remove all lines between "configure)" and ";;"
dpkg-buildpackage
# ignore the signature error, since aren't the package maintainer and aren't sending this deb to anyone
cd ..
# package is built and ready in parent directory
sudo dpkg -i mtop_0.6.6-1.3_all.deb # (your version number may vary)