__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
set -e
case "$1" in
(purge)
if [ -d /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0 ] && ! [ -e /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules ]; then
# Purge the cache, but only do this if no more IM modules exist.
rm -f /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
rmdir -p --ignore-fail-on-non-empty /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0
fi
;;
esac