Ahenk/debian/prerm

7 lines
134 B
Text
Raw Normal View History

#!/bin/sh
# prerm script for ahenk
#
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
2016-08-19 14:36:48 +03:00
rm -f /etc/ahenk/ahenk.db