mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 06:42:16 +03:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/sh
|
|
# prerm script for ahenk
|
|
#
|
|
|
|
find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
|
|
rm -f /etc/ahenk/ahenk.db
|