⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.79
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
emacsen-common
/
View File Name :
sample-package-remove-foo
#!/bin/sh # /usr/lib/emacsen-common/packages/remove/foo # [ Sample only -- this script hasn't been tested, so be careful. ] set -e flavor="$1" elc_dir="/usr/share/$flavor/site-lisp/foo" echo "remove/foo: Handling removal of emacsen flavor $flavor" (cd "$elc_dir" && rm -f *.elc *.el install.log install.log.gz) if test -e "$elc_dir" then rmdir --ignore-fail-on-non-empty "$elc_dir" fi exit 0