View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
The catalogues are stored in /etc/hildon-application-manager/catalogues, so you could probably do (as root):

Disable all:
Code:
sed -i -e "s/<enabled\/>/<disabled\/>/" /etc/hildon-application-manager/catalogues
Enable all:
Code:
sed -i -e "s/<disabled\/>/<enabled\/>/" /etc/hildon-application-manager/catalogues
I've not tested this myself though, so make sure you take a backup of the files beforehand!
 

The Following User Says Thank You to Rob1n For This Useful Post: