mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 03:23:42 +03:00
5 lines
151 B
Bash
5 lines
151 B
Bash
#!/bin/sh
|
|
# prerm script for ahenk
|
|
#
|
|
/usr/bin/python3 /opt/ahenk/ahenkd.py clean
|
|
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|