[DRE-commits] [schleuder] 01/01: debian/schleuder.postinst: Don't 'touch' database, fixed upstream
Georg Faerber
georg-alioth-guest at moszumanska.debian.org
Tue Jan 24 11:58:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
georg-alioth-guest pushed a commit to branch master
in repository schleuder.
commit 6ac14dfd6ad86a64c35ecd11eb2d4b97485771a6
Author: Georg Faerber <georg at riseup.net>
Date: Tue Jan 24 12:57:42 2017 +0100
debian/schleuder.postinst: Don't 'touch' database, fixed upstream
---
debian/schleuder.postinst | 7 -------
1 file changed, 7 deletions(-)
diff --git a/debian/schleuder.postinst b/debian/schleuder.postinst
index 35136d7..b15b658 100644
--- a/debian/schleuder.postinst
+++ b/debian/schleuder.postinst
@@ -4,13 +4,6 @@ set -e
case "$1" in
configure)
- # Fresh installations or upgrades of schleuder (< 3.0).
- if [ -z "$2" ] || dpkg --compare-versions "$2" lt 3.0; then
- # We need to do this because code ordering in 'schleuder install' is wrong currently.
- # Upstream is informed, will be resolved and fixed very soon.
- touch /var/lib/schleuder/db.sqlite
- fi
-
# 'schleuder install' will set up the database and/or run migrations.
# This needs to be done in any case.
schleuder install >/dev/null
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/schleuder.git
More information about the Pkg-ruby-extras-commits
mailing list