Your IP : 18.221.40.152


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/emacsen-common.postrm

#!/bin/sh

set -e

if [ "$1" = purge ]
then
  rm -rf /var/lib/emacsen-common
fi