summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/romdb/romdb.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-11 23:07:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-11 23:07:10 (GMT)
commit5e703a85e3eadcfbcf914ac00d9fe44bf55b895f (patch)
treeec5d706c4245fb4c697a2da0cd42298fc3ff8746 /abs/extra-testing/romdb/romdb.install
parent9cd74e0da2e38769e236340857b487a2bc329904 (diff)
parent174779d894316a9eb9c1b8edc7e0b228328934ed (diff)
downloadlinhes_pkgbuild-5e703a85e3eadcfbcf914ac00d9fe44bf55b895f.zip
linhes_pkgbuild-5e703a85e3eadcfbcf914ac00d9fe44bf55b895f.tar.gz
linhes_pkgbuild-5e703a85e3eadcfbcf914ac00d9fe44bf55b895f.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/extra-testing/romdb/romdb.install')
-rw-r--r--abs/extra-testing/romdb/romdb.install10
1 files changed, 6 insertions, 4 deletions
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