Viewing File: /var/lib/dpkg/info/python-support.postrm

#! /bin/sh
set -e



if [ -L /var/lib/python-support ]; then
  rm -f /var/lib/python-support
fi

if [ "$1" = "purge" ]; then
  rm -rf /usr/lib/pymodules
fi
Back to Directory File Manager