diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-27 14:24:30 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-27 14:24:30 +0000 |
commit | db5843ca6f02033ab0b2b7cf46ee8f6d5ced92fc (patch) | |
tree | 5f06a788b9652b54853e01d3da0f11b2e36c388d /main/acf-core/APKBUILD | |
parent | 99c131bece30316203e857ba0eaef64e99b03a9d (diff) | |
download | aports-db5843ca6f02033ab0b2b7cf46ee8f6d5ced92fc.tar.bz2 aports-db5843ca6f02033ab0b2b7cf46ee8f6d5ced92fc.tar.xz |
main/acf-core: Added post-upgrade to use new acf.conf.
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 6872173969..ea51c69809 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -5,6 +5,7 @@ pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" license="GPL-2" +install="$pkgname.post-upgrade" depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" |