mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 11:12:16 +03:00
ahenk prerm fixed
This commit is contained in:
parent
a2953a5213
commit
1ec00020e4
1 changed files with 1 additions and 2 deletions
3
debian/prerm
vendored
3
debian/prerm
vendored
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# prerm script for ahenk
|
# prerm script for ahenk
|
||||||
#
|
#
|
||||||
|
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
|
||||||
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|
||||||
rm -f /etc/ahenk/ahenk.db
|
|
||||||
|
|
Loading…
Reference in a new issue