mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 08:52:21 +03:00
8 lines
92 B
Text
8 lines
92 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
if [ -d /etc/ahenk ] && [ "$1" = "purge" ];then
|
||
|
rm -rf /etc/ahenk
|
||
|
fi
|