[SCM] primesense-nite-nonfree/master: fix postrm script to actually delete the entire cache
eighthave at users.alioth.debian.org
eighthave at users.alioth.debian.org
Tue Jul 8 18:57:07 UTC 2014
The following commit has been merged in the master branch:
commit 3e70184c8caa6ee3f2f5d628e078a78dfacc15e8
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Jul 8 14:34:39 2014 -0400
fix postrm script to actually delete the entire cache
diff --git a/debian/postrm b/debian/postrm
index 5790545..525d0bc 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -6,7 +6,7 @@ set -e
if [ "$1" = "purge" ]
then
- rm -rf /var/cache/primsesense-nite-nonfree/*
+ rm -rf /var/cache/primesense-nite-nonfree/*
fi
#DEBHELPER#
--
primesense-nite-nonfree packaging
More information about the pkg-multimedia-commits
mailing list