Navigation Menu

Skip to content

Commit

Permalink
packages apt: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 30, 2016
1 parent 50326e7 commit cda111e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
#! /bin/sh

set -xe
set -e

if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
dpkg-divert --package mariadb-server-10.0-mroonga --remove --rename \
Expand Down
@@ -1,6 +1,6 @@
#! /bin/sh

set -xe
set -e

if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 6.11-1; then
dpkg-divert --package mariadb-server-10.0-mroonga --add --rename \
Expand Down

0 comments on commit cda111e

Please sign in to comment.