From f183cfec8b565beeafd93f8f8b76a23fa71e78ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 9 Nov 2022 16:04:18 -0500 Subject: add fluxbox --- fluxbox/debian/fluxbox.postrm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fluxbox/debian/fluxbox.postrm (limited to 'fluxbox/debian/fluxbox.postrm') diff --git a/fluxbox/debian/fluxbox.postrm b/fluxbox/debian/fluxbox.postrm new file mode 100644 index 0000000..3dcaa7d --- /dev/null +++ b/fluxbox/debian/fluxbox.postrm @@ -0,0 +1,15 @@ +#!/bin/sh +set -e + +case "$1" in + purge) + test -d /etc/X11/fluxbox && rm -rf /etc/X11/fluxbox + ;; + remove) + ;; + *) + ;; +esac + + +#DEBHELPER# -- cgit