__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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
if [ "$1" = configure ]; then
# Set the capabilities
if command -v setcap > /dev/null && \
setcap "CAP_SYS_RESOURCE=+ep" \
"/usr/lib/x86_64-linux-gnu/libexec/kf5/start_kdeinit"; then
echo "Sucessfully set capabilities for start_kdeinit"
else
echo "Failed to set capabilities for start_kdeinit" >&2
fi
fi
# Automatically added by dh_installdeb/13.14.1ubuntu5
dpkg-maintscript-helper rm_conffile /etc/xdg/kinit.categories 5.61.0-1\~\~ -- "$@"
# End automatically added section
exit 0