podman/contrib/pkginstaller/scripts/preinstall

10 lines
103 B
Bash
Executable File

#!/bin/bash
set -e
rm -rf /opt/podman
if [ ! -d "/etc/paths.d" ]; then
mkdir -p /etc/paths.d
fi