debian/pcscd.postinst: do not use an absolute path for update-reader.conf

lintian warning: command-with-path-in-maintainer-script
This commit is contained in:
Ludovic Rousseau 2009-02-15 15:12:08 +00:00
parent f94a0c5e88
commit b5f60c69ee
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,10 @@
pcsc-lite (1.5.2-1) unstable; urgency=low
* New upstream release
* debian/pcscd.postinst: do not use an absolute path for update-reader.conf
lintian warning: command-with-path-in-maintainer-script
-- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Feb 2009 14:51:50 +0000
-- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Feb 2009 16:11:13 +0100
pcsc-lite (1.4.102-1) unstable; urgency=low

View File

@ -4,7 +4,7 @@ set -e
# regenerate /etc/reader.conf
if [ -x /usr/sbin/update-reader.conf ]; then
/usr/sbin/update-reader.conf || true;
update-reader.conf || true;
fi
#DEBHELPER#