katana/packaging/debian/katana-workspace/postrm
Ivailo Monev 5889bb1036 packaging: add kdm logrotate and systemd service files
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-03-19 04:39:32 +00:00

9 lines
No EOL
145 B
Bash

#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
if [ -d /usr/share/apps/kdm/faces ]; then
rm -vr /usr/share/apps/kdm/faces
fi
fi