blob: 54e496e620c9b7c5a30b2d97dc435c76d842e3d9 (
plain)
1
2
3
4
5
6
7
8
9
|
post_upgrade() {
echo '############################'
echo '#'
echo '# python-fake-useragent has been updated using a new build method.'
echo '# You can safely remove the following directory:'
echo '# /usr/lib/python3.10/site-packages/fake_useragent-0.1.13-py3.10.egg-info'
echo '#'
echo '############################'
}
|