Ahenk/debian/prerm

5 lines
108 B
Bash

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