diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-18 12:59:58 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-18 12:59:58 -0300 |
commit | f04f84ee9902c5aa8a88107bf0461aeef0030b9e (patch) | |
tree | 18f02f6ddf8d00d97af855dba055f89f615e3939 /community/pkgfile/pkgfile.install | |
parent | f8dc0992fd9d1751e8de891cf74a655c32b8e922 (diff) | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/gummi/PKGBUILD
community-staging/mtpaint/PKGBUILD
community-staging/mtpaint/mtpaint.install
extra/php-xcache/PKGBUILD
kde-unstable/akonadi/PKGBUILD
kde-unstable/kdeedu-kig/PKGBUILD
kde-unstable/kdeedu-rocs/PKGBUILD
testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'community/pkgfile/pkgfile.install')
-rw-r--r-- | community/pkgfile/pkgfile.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install new file mode 100644 index 000000000..7653630b0 --- /dev/null +++ b/community/pkgfile/pkgfile.install @@ -0,0 +1,5 @@ +#!/bin/bash + +post_install() { + printf "==> Run 'pkgfile ---update' to initialize the database\n" +} |