Date: Thursday, July 7, 2016 @ 10:24:17 Author: heftig Revision: 271132
3.20.4-2 Modified: gpaste/trunk/PKGBUILD Deleted: gpaste/trunk/gpaste.install ----------------+ PKGBUILD | 3 +-- gpaste.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-07 08:46:02 UTC (rev 271131) +++ PKGBUILD 2016-07-07 10:24:17 UTC (rev 271132) @@ -3,7 +3,7 @@ pkgname=gpaste pkgver=3.20.4 -pkgrel=1 +pkgrel=2 pkgdesc="Clipboard management system" url="http://www.imagination-land.org/tags/GPaste.html" license=(GPL3) @@ -12,7 +12,6 @@ makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell gnome-control-center) optdepends=("wgetpaste: Upload clipboard contents") options=(!emptydirs) -install=gpaste.install source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz") sha256sums=('c27e4a934c5abe399e3a5420611ee41474b96abbdb5c320fef1652a6a62b2b60') Deleted: gpaste.install =================================================================== --- gpaste.install 2016-07-07 08:46:02 UTC (rev 271131) +++ gpaste.install 2016-07-07 10:24:17 UTC (rev 271132) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
