Codebase list slay / a844b95 debian / postrm
a844b95

Tree @a844b95 (Download .tar.gz)

postrm @a844b95raw · history · blame

#!/bin/sh

set -e

if [ "$1" = purge ]
then
  rm -f /etc/slay_mode
fi

#DEBHELPER#