[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 01/01: fix dash/bash inconsistency in texlive-base.postinst.post (Closes: #736520)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit be3c448fff5d3e3d575571bd99a6271e0f1bd709
Author: Norbert Preining <preining@debian.org>
Date:   Sun Jan 26 19:35:37 2014 +0900

    fix dash/bash inconsistency in texlive-base.postinst.post (Closes: #736520)
---
 texlive-base/debian/changelog                  | 6 ++++++
 texlive-base/debian/texlive-base.postinst.post | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/texlive-base/debian/changelog b/texlive-base/debian/changelog
index 040e180..929d825 100644
--- a/texlive-base/debian/changelog
+++ b/texlive-base/debian/changelog
@@ -1,3 +1,9 @@
+texlive-base (2013.20140123-2) UNRELEASED; urgency=medium
+
+  * fix dash/bash inconsistency in texlive-base.postinst.post (Closes: #736520)
+
+ -- Norbert Preining <preining@debian.org>  Sun, 26 Jan 2014 19:34:47 +0900
+
 texlive-base (2013.20140123-1) unstable; urgency=medium
 
   * new upstream checkout
diff --git a/texlive-base/debian/texlive-base.postinst.post b/texlive-base/debian/texlive-base.postinst.post
index fbed04b..c8e03bb 100644
--- a/texlive-base/debian/texlive-base.postinst.post
+++ b/texlive-base/debian/texlive-base.postinst.post
@@ -8,7 +8,7 @@ case "$1" in
   # dh_maintscript tries to remove old conffiles
   # here (after the generated code) we try to remove the
   # respective directories, too
-  if [ -d /etc/texmf/xdvi] ; then
+  if [ -d /etc/texmf/xdvi ] ; then
     rmdir --ignore-fail-on-non-empty /etc/texmf/xdvi
   fi
   if [ -d /etc/texmf/dvipdfm/config ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: