
| Current Path : /var/lib/dpkg/info/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/lib/dpkg/info/winbind.postrm |
#!/bin/sh set -e if [ "$1" = purge ]; then winbindd_privileged_socket_directory='/var/lib/samba/winbindd_privileged' rm -rf /var/cache/samba/netsamlogon_cache.tdb /var/cache/samba/winbindd_cache.tdb rm -rf "$winbindd_privileged_socket_directory" rm -rf /var/log/samba/log.winbind* /var/log/samba/log.wb* rm -rf /run/samba/winbindd.pid fi # Automatically added by dh_installinit/12.10ubuntu1 if [ "$1" = "purge" ] ; then update-rc.d winbind remove >/dev/null fi # End automatically added section # Automatically added by dh_installdeb/12.10ubuntu1 dpkg-maintscript-helper rm_conffile /etc/init/winbind.conf 2:4.6.5\+dfsg-5\~ -- "$@" # End automatically added section # Automatically added by dh_installsystemd/12.10ubuntu1 if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/12.10ubuntu1 if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask 'winbind.service' >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'winbind.service' >/dev/null || true deb-systemd-helper unmask 'winbind.service' >/dev/null || true fi fi # End automatically added section