infra-openafs-deb/debian/openafs-client.prerm
Ian Wienand b08d522be7 Build jammy packages
This is an import of the infrastructure to make Jammy packages

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/840788
Change-Id: Ie66d3b1e39ef9fa714b1dabdb7eb61cc43538587
2022-05-06 12:53:24 +10:00

12 lines
159 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = remove ] || [ "$1" = deconfigure ] ; then
update-alternatives --remove pagsh /usr/bin/pagsh.openafs
fi
#DEBHELPER#
exit 0