From 36c7c554b83153bcfe3de1b5f0f59d0047260528 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Wed, 11 Feb 2009 13:48:20 -0800 Subject: Fixed error in .sql that prevented import. --- abs/extra-testing/romdb/PKGBUILD | 2 +- abs/extra-testing/romdb/romdb.install | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/abs/extra-testing/romdb/PKGBUILD b/abs/extra-testing/romdb/PKGBUILD index ecb45c6..9601fc6 100644 --- a/abs/extra-testing/romdb/PKGBUILD +++ b/abs/extra-testing/romdb/PKGBUILD @@ -3,7 +3,7 @@ pkgname=romdb pkgver=20051116_02 -pkgrel=1 +pkgrel=2 pkgdesc="Table used by MythGame to store information about games." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/extra-testing/romdb/romdb.install b/abs/extra-testing/romdb/romdb.install index f2934c7..4ef33d4 100644 --- a/abs/extra-testing/romdb/romdb.install +++ b/abs/extra-testing/romdb/romdb.install @@ -4,12 +4,14 @@ post_install() { } # arg 1: the new package version # arg 2: the old package version -#post_upgrade() { -#} +post_upgrade() { + /bin/true +} # arg 1: the old package version -#post_remove() { -#} +post_remove() { + /bin/true +} op=$1 shift -- cgit v0.12