summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-31 09:04:33 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-31 09:04:33 +0000
commitf19318b6c01541eb22cd81d8dc624353100593b7 (patch)
treec5efcf2b9fd8199ebf2f393397375c0512fbb66e /debian
parent565b6573b89bf3d30d2458847eaed7488fef0dca (diff)
downloadmpv-f19318b6c01541eb22cd81d8dc624353100593b7.tar.bz2
mpv-f19318b6c01541eb22cd81d8dc624353100593b7.tar.xz
fixed bugs noticed by Jeremy Rosen <jeremy.rosen@enst-bretagne.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@916 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/postinst2
-rw-r--r--debian/postinst.templates2
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst
index 97617df95e..4727f7978f 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -41,7 +41,7 @@ db_input high mplayer/overwrite || true
db_go
db_get mplayer/overwrite
else
-$RET="true"
+RET="true"
fi
if [ "$RET" = "true" ]; then
diff --git a/debian/postinst.templates b/debian/postinst.templates
index 93aa1e30a3..08339d204b 100644
--- a/debian/postinst.templates
+++ b/debian/postinst.templates
@@ -29,5 +29,3 @@ Description: Create your ~/.mplayer/conf file.
machine it's installed to. And it also it means that it will use
your setup very effectively. Look at /usr/share/doc/mplayer
end
-
-