MINI Sh3ll
Path : /var/lib/dpkg/info/ |
|
Current File : /var/lib/dpkg/info/ubuntu-drivers-common.postrm |
#!/bin/sh
set -e
# Automatically added by dh_installdebconf/13.6ubuntu1
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section
# Automatically added by dh_systemd_enable/13.6ubuntu1
if [ "$1" = "remove" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper mask 'gpu-manager.service' >/dev/null || true
fi
fi
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'gpu-manager.service' >/dev/null || true
deb-systemd-helper unmask 'gpu-manager.service' >/dev/null || true
fi
fi
# End automatically added section
OHA YOOOO