Codebase list slay / 25d0b2a debian / postrm
25d0b2a

Tree @25d0b2a (Download .tar.gz)

postrm @25d0b2araw · history · blame

#!/bin/sh

set -e

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

#DEBHELPER#