Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Fix syntax error
authorMichael Prokop <mika@grml.org>
Wed Feb 27 18:04:23 2008 +0100 (9 months ago)
changeset 12eef278bf8952
manifesteef278bf8952
parent 11397920c5639e
child 13bd79e7b181e8
Fix syntax error
debian/preinst
--- a/debian/preinst Wed Feb 27 18:02:24 2008 +0100
+++ b/debian/preinst Wed Feb 27 18:04:23 2008 +0100
@@ -17,7 +17,7 @@ case "$1" in
dpkg-divert --remove --rename --package grml-firefox --divert \
/etc/mozilla-firefox/profile/bookmarks.html.original \
/etc/mozilla-firefox/profile/bookmarks.html
- if
+ fi
fi
;;
*)