#!/bin/bash # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # For details see: # 1. https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#summary-of-ways-maintainer-scripts-are-called # 2. https://www.debian.org/doc/debian-policy/ap-flowcharts.html # Pre remove # $1 == remove/upgrade rhel=8 # NOTE: DEB Package Manager fails on any scriptlet error, so we mute them /usr/share/cagefs/scriptlets/rpm_preun.sh "$1" $rhel exit 0