Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/brltty.postrm
#!/bin/sh set -e if test "$1" = "purge" then rm -f /etc/brlapi.key fi #update-rc.d brltty remove > /dev/null for i in brl-sk-all.ktb do dpkg-maintscript-helper rm_conffile /etc/brltty/$i 4.4-9~ brltty -- "$@" done # Automatically added by dh_systemd_enable/11.1.6ubuntu2 if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask 'brltty.service' >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'brltty.service' >/dev/null || true deb-systemd-helper unmask 'brltty.service' >/dev/null || true fi fi # End automatically added section # Automatically added by dh_systemd_start/11.1.6ubuntu2 if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section