Date: Wednesday, April 27, 2016 @ 15:01:46
  Author: eworm
Revision: 172036

upgpkg: packagekit 1.1.1-2

Hooks! (Remove install file...)

Modified:
  packagekit/trunk/PKGBUILD
Deleted:
  packagekit/trunk/packagekit.install

--------------------+
 PKGBUILD           |    3 +--
 packagekit.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-27 12:59:15 UTC (rev 172035)
+++ PKGBUILD    2016-04-27 13:01:46 UTC (rev 172036)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -14,7 +14,6 @@
        'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
 optdepends=('networkmanager: detect connection status'
        'bash-completion: command completion in bash')
-install='packagekit.install'
 backup=('var/lib/PackageKit/transactions.db'
        'etc/PackageKit/alpm.d/pacman.conf'
        'etc/PackageKit/alpm.d/repos.list')

Deleted: packagekit.install
===================================================================
--- packagekit.install  2016-04-27 12:59:15 UTC (rev 172035)
+++ packagekit.install  2016-04-27 13:01:46 UTC (rev 172036)
@@ -1,11 +0,0 @@
-post_install() {
-       update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Reply via email to