2016-10-25 14:23:50 +03:00
|
|
|
#!/bin/bash
|
2016-08-15 11:53:19 +03:00
|
|
|
# prerm script for ahenk
|
|
|
|
#
|
2016-08-19 17:15:29 +03:00
|
|
|
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
|
2016-07-18 15:31:22 +03:00
|
|
|
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|