summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-
-