Ahenk/debian/prerm

6 lines
151 B
Text
Raw Normal View History

#!/bin/sh
# prerm script for ahenk
#
2016-08-19 17:15:29 +03:00
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf