Codebase list slay / 370fcdb debian / postrm
370fcdb

Tree @370fcdb (Download .tar.gz)

postrm @370fcdbraw · history · blame

#!/bin/sh

set -e

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

#DEBHELPER#