diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-09 01:43:01 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-09 01:43:01 (GMT) |
commit | e303e2ed51047e78c700a229fd185921093c1ed0 (patch) | |
tree | 9cc7c2bad36b9705e0100dc29f35307f35c6c7db /abs/extra-testing/xe/xe.install | |
parent | 7ee47af1a90327ecdd7ff9d790f2022545366b55 (diff) | |
download | linhes_pkgbuild-e303e2ed51047e78c700a229fd185921093c1ed0.zip linhes_pkgbuild-e303e2ed51047e78c700a229fd185921093c1ed0.tar.gz linhes_pkgbuild-e303e2ed51047e78c700a229fd185921093c1ed0.tar.bz2 |
Added gtk2 as dep. Fixed xe.install.
Diffstat (limited to 'abs/extra-testing/xe/xe.install')
-rw-r--r-- | abs/extra-testing/xe/xe.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra-testing/xe/xe.install b/abs/extra-testing/xe/xe.install index 0c70f17..d0dd63d 100644 --- a/abs/extra-testing/xe/xe.install +++ b/abs/extra-testing/xe/xe.install @@ -4,13 +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() { rm -fr /usr/bin/xe -#} +} op=$1 shift |