Codebase list slay / c67044e debian / postrm
c67044e

Tree @c67044e (Download .tar.gz)

postrm @c67044eraw · history · blame

#!/bin/sh

set -e

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

#DEBHELPER#