summarylogtreecommitdiffstats
path: root/python-fake-useragent.install
diff options
context:
space:
mode:
authorAlan Beale2022-11-25 20:29:05 +0000
committerAlan Beale2022-11-25 20:29:05 +0000
commit558d55b5e52561cced61441bbd5c964369020351 (patch)
treea8a9669b3df9bec8c1e9c2eb5158939dad014131 /python-fake-useragent.install
parent048606265b912e161deaacec1b2ec839b1973cb0 (diff)
downloadaur-558d55b5e52561cced61441bbd5c964369020351.tar.gz
Update to v1.0.1
Diffstat (limited to 'python-fake-useragent.install')
-rw-r--r--python-fake-useragent.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/python-fake-useragent.install b/python-fake-useragent.install
new file mode 100644
index 000000000000..54e496e620c9
--- /dev/null
+++ b/python-fake-useragent.install
@@ -0,0 +1,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 '############################'
+}