[vdr] 01/05: Delete /etc/vdr/conf.d on purge
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sat Mar 14 19:18:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr.
commit bb131d9a32d40377bf4afdf13645b13726aafda8
Author: etobi <git at e-tobi.net>
Date: Sat Mar 14 10:44:19 2015 +0100
Delete /etc/vdr/conf.d on purge
---
debian/changelog | 1 +
debian/vdr.postrm | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b66a0da..fda06c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ vdr (2.2.0-1) UNRELEASED; urgency=medium
* Plugins must provide a config, which may cointain plugin arguments, in
/etc/vdr/conf.d/ in order to be loaded
* Install a debhelper addon in vdr-dev which supports the plugin packaging
+ * Delete /etc/vdr/conf.d on purge
-- Tobias Grimm <etobi at debian.org> Sat, 07 Mar 2015 13:02:02 +0100
diff --git a/debian/vdr.postrm b/debian/vdr.postrm
index f516490..8b74bc1 100644
--- a/debian/vdr.postrm
+++ b/debian/vdr.postrm
@@ -29,6 +29,7 @@ case "$1" in
rm -f /var/lib/vdr/remote.conf > /dev/null 2>&1 || true
rm -f /var/lib/vdr/setup.conf > /dev/null 2>&1 || true
rm -f /var/lib/vdr/timers.conf > /dev/null 2>&1 || true
+ rm -rf /etc/vdr/conf.d
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git
More information about the pkg-vdr-dvb-changes
mailing list