[arch-commits] Commit in pgadmin3/repos (12 files)

Sergej Pupykin spupykin at archlinux.org
Tue Mar 22 14:15:53 UTC 2016


    Date: Tuesday, March 22, 2016 @ 15:15:52
  Author: spupykin
Revision: 167914

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
    (from rev 167913, pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-i686/PKGBUILD
    (from rev 167913, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-i686/pgadmin3.install
    (from rev 167913, pgadmin3/trunk/pgadmin3.install)
  pgadmin3/repos/community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
    (from rev 167913, pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
  pgadmin3/repos/community-x86_64/PKGBUILD
    (from rev 167913, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/pgadmin3.install
    (from rev 167913, pgadmin3/trunk/pgadmin3.install)
Deleted:
  pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-i686/pgadmin3.install
  pgadmin3/repos/community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
  pgadmin3/repos/community-x86_64/PKGBUILD
  pgadmin3/repos/community-x86_64/pgadmin3.install

---------------------------------------------------------------------------+
 /0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch                 |   62 ++++++
 /PKGBUILD                                                                 |  100 ++++++++++
 /pgadmin3.install                                                         |   24 ++
 community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch   |   31 ---
 community-i686/PKGBUILD                                                   |   50 -----
 community-i686/pgadmin3.install                                           |   12 -
 community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch |   31 ---
 community-x86_64/PKGBUILD                                                 |   50 -----
 community-x86_64/pgadmin3.install                                         |   12 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
===================================================================
--- community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,31 +0,0 @@
-From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
-From: Wander Nauta <info at wandernauta.nl>
-Date: Sun, 19 Apr 2015 16:37:41 +0200
-Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
-
-The current implementation would unlock the mutex, even if it didn't own
-it.
----
- pgadmin/frm/events.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
-index 4baaf42..f2ad570 100644
---- a/pgadmin/frm/events.cpp
-+++ b/pgadmin/frm/events.cpp
-@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
- 		//
- 		s_currentObjectMutex.Lock();
- 		currentObject = browser->GetObject(item);
-+		s_currentObjectMutex.Unlock();
- 	}
- 
- 	if (currentObject)
- 		doPopup(browser, event.GetPoint(), currentObject);
--	s_currentObjectMutex.Unlock();
- }
- 
- 
--- 
-2.3.5
-

Copied: pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch (from rev 167913, pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
===================================================================
--- community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	                        (rev 0)
+++ community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,31 @@
+From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
+From: Wander Nauta <info at wandernauta.nl>
+Date: Sun, 19 Apr 2015 16:37:41 +0200
+Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
+
+The current implementation would unlock the mutex, even if it didn't own
+it.
+---
+ pgadmin/frm/events.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
+index 4baaf42..f2ad570 100644
+--- a/pgadmin/frm/events.cpp
++++ b/pgadmin/frm/events.cpp
+@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
+ 		//
+ 		s_currentObjectMutex.Lock();
+ 		currentObject = browser->GetObject(item);
++		s_currentObjectMutex.Unlock();
+ 	}
+ 
+ 	if (currentObject)
+ 		doPopup(browser, event.GetPoint(), currentObject);
+-	s_currentObjectMutex.Unlock();
+ }
+ 
+ 
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-i686/PKGBUILD	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Benjamin Andresen <benny at klapmuetz.org>
-# Contributor: bekks <eduard.warkentin at gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org"
-license=('custom')
-depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('18b34f355f0ee5df762b08b5e51a121e')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.8/' configure
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
-  make
-}
-
-package() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 167913, pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: bekks <eduard.warkentin at gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org"
+license=('custom')
+depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+install=pgadmin3.install
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('fe56418e9efcd291f5c1f81708d005fe')
+
+prepare() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
+
+  cd "pgadmin3-${pkgver}"
+  sed -i 's/wx-config/wx-config-2.8/' configure
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+}
+
+build() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
+  make
+}
+
+package() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
+  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
+
+  install -Dm644 "$srcdir/pgAdmin3-3.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
+  install -Dm644 "$srcdir/pgAdmin3-2.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
+  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
+
+  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Deleted: community-i686/pgadmin3.install
===================================================================
--- community-i686/pgadmin3.install	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-i686/pgadmin3.install	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,12 +0,0 @@
-post_install() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_remove() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}

Copied: pgadmin3/repos/community-i686/pgadmin3.install (from rev 167913, pgadmin3/trunk/pgadmin3.install)
===================================================================
--- community-i686/pgadmin3.install	                        (rev 0)
+++ community-i686/pgadmin3.install	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,12 @@
+post_install() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_remove() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}

Deleted: community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
===================================================================
--- community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,31 +0,0 @@
-From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
-From: Wander Nauta <info at wandernauta.nl>
-Date: Sun, 19 Apr 2015 16:37:41 +0200
-Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
-
-The current implementation would unlock the mutex, even if it didn't own
-it.
----
- pgadmin/frm/events.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
-index 4baaf42..f2ad570 100644
---- a/pgadmin/frm/events.cpp
-+++ b/pgadmin/frm/events.cpp
-@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
- 		//
- 		s_currentObjectMutex.Lock();
- 		currentObject = browser->GetObject(item);
-+		s_currentObjectMutex.Unlock();
- 	}
- 
- 	if (currentObject)
- 		doPopup(browser, event.GetPoint(), currentObject);
--	s_currentObjectMutex.Unlock();
- }
- 
- 
--- 
-2.3.5
-

Copied: pgadmin3/repos/community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch (from rev 167913, pgadmin3/trunk/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch)
===================================================================
--- community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	                        (rev 0)
+++ community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,31 @@
+From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
+From: Wander Nauta <info at wandernauta.nl>
+Date: Sun, 19 Apr 2015 16:37:41 +0200
+Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
+
+The current implementation would unlock the mutex, even if it didn't own
+it.
+---
+ pgadmin/frm/events.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
+index 4baaf42..f2ad570 100644
+--- a/pgadmin/frm/events.cpp
++++ b/pgadmin/frm/events.cpp
+@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
+ 		//
+ 		s_currentObjectMutex.Lock();
+ 		currentObject = browser->GetObject(item);
++		s_currentObjectMutex.Unlock();
+ 	}
+ 
+ 	if (currentObject)
+ 		doPopup(browser, event.GetPoint(), currentObject);
+-	s_currentObjectMutex.Unlock();
+ }
+ 
+ 
+-- 
+2.3.5
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-x86_64/PKGBUILD	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Benjamin Andresen <benny at klapmuetz.org>
-# Contributor: bekks <eduard.warkentin at gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org"
-license=('custom')
-depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-install=pgadmin3.install
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('18b34f355f0ee5df762b08b5e51a121e')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.8/' configure
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
-  make
-}
-
-package() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-x86_64/PKGBUILD (from rev 167913, pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: bekks <eduard.warkentin at gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org"
+license=('custom')
+depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
+install=pgadmin3.install
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('fe56418e9efcd291f5c1f81708d005fe')
+
+prepare() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
+
+  cd "pgadmin3-${pkgver}"
+  sed -i 's/wx-config/wx-config-2.8/' configure
+  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
+}
+
+build() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
+  make
+}
+
+package() {
+  cd "$srcdir"/pgadmin3-${pkgver}
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico "$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
+  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
+
+  install -Dm644 "$srcdir/pgAdmin3-3.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
+  install -Dm644 "$srcdir/pgAdmin3-2.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
+  install -Dm644 "$srcdir/pgAdmin3-1.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
+
+  install -Dm644 "pkg/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Deleted: community-x86_64/pgadmin3.install
===================================================================
--- community-x86_64/pgadmin3.install	2016-03-22 14:15:36 UTC (rev 167913)
+++ community-x86_64/pgadmin3.install	2016-03-22 14:15:52 UTC (rev 167914)
@@ -1,12 +0,0 @@
-post_install() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}
-
-post_remove() {
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
-}

Copied: pgadmin3/repos/community-x86_64/pgadmin3.install (from rev 167913, pgadmin3/trunk/pgadmin3.install)
===================================================================
--- community-x86_64/pgadmin3.install	                        (rev 0)
+++ community-x86_64/pgadmin3.install	2016-03-22 14:15:52 UTC (rev 167914)
@@ -0,0 +1,12 @@
+post_install() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}
+
+post_remove() {
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
+}



More information about the arch-commits mailing list