Skip to content

Commit 184130f

Browse files
committed
Remove old conf file
1 parent 55c007b commit 184130f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/ws-audiod.maintscript

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
rm_conffile /etc/ws/audio.conf 1.0.1~ ws-audiod

debian/ws-audiod.postinst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/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

Comments
 (0)