diff --git a/debian/prerm b/debian/prerm index 98d9f8a..d52c4eb 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,6 +1,5 @@ #!/bin/sh # prerm script for ahenk # - +/usr/bin/python3 /opt/ahenk/ahenkd.py clean find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf -rm -f /etc/ahenk/ahenk.db