Ahenk/debian/prerm

6 lines
108 B
Text
Raw Normal View History

#!/bin/sh
# prerm script for ahenk
#
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf