We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c007b commit 184130fCopy full SHA for 184130f
debian/ws-audiod.maintscript
@@ -1 +0,0 @@
1
-rm_conffile /etc/ws/audio.conf 1.0.1~ ws-audiod
debian/ws-audiod.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
2
+set -e
3
+
4
+# Remove obsolete config file from earlier non-packaged installs
5
+if [ "$1" = "configure" ]; then
6
+ rm -f /etc/ws/audio.conf
7
+ rmdir --ignore-fail-on-non-empty /etc/ws 2>/dev/null || true
8
+fi
9
10
+#DEBHELPER#
0 commit comments