Ahenk/debian/prerm
2016-10-25 14:23:50 +03:00

5 lines
153 B
Bash

#!/bin/bash
# prerm script for ahenk
#
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf