mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Remove workaround for bug FS#76326
This commit is contained in:
parent
3efd5281cf
commit
5a598af68c
1 changed files with 0 additions and 10 deletions
|
|
@ -1,13 +1,3 @@
|
|||
post_install() {
|
||||
echo "Apply workaround for bug FS#76326..."
|
||||
sed -i '/charset-normalizer/s/<3.0,//' /usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA
|
||||
}
|
||||
|
||||
post_update() {
|
||||
echo "Apply workaround for bug FS#76326..."
|
||||
sed -i '/charset-normalizer/s/<3.0,//' /usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
userdel -fr maubot
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue