blob: 75b550bd92b4147583f61ede4bac6fc91bbf3f89 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "If you want to remove proprietary stuff to avoid asking for a Lens ID, you"
echo "can delete the folder /usr/share/lens/resources/extensions/lenscloud*"
echo "# sudo rm -vr /usr/share/lens/resources/extensions/lenscloud*"
}
post_upgrade() {
post_install
}
|