Codebase list slay / ce84897 debian / postrm
ce84897

Tree @ce84897 (Download .tar.gz)

postrm @ce84897raw · history · blame

#!/bin/sh

set -e

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

#DEBHELPER#