1
0
Fork 0
devscripts/debian/postrm
Daniel Baumann 545b7b0cdb
Adding debian version 2.25.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:04:08 +02:00

9 lines
110 B
Bash

#! /bin/sh
set -e
if [ "$1" = purge ]
then
rm -f /etc/devscripts.conf* /etc/cowpoke.conf
fi
#DEBHELPER#