summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2019-08-01 20:53:15 -0500
committernate2019-08-01 20:55:36 -0500
commit55e2381e9033803e89fa63e80e8bb6431d674a62 (patch)
tree568119e2551c9e17845b7ac2b3e9a4bda71d338d
parent6935f631251120f9b2a2370f51c28233dc6bfaaa (diff)
downloadaur-55e2381e9033803e89fa63e80e8bb6431d674a62.tar.gz
update email, remove post install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--pix.install12
3 files changed, 1 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7505df5ea826..7f1e3dde7cc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Dec 10 19:20:36 UTC 2017
pkgbase = pix-git
pkgdesc = Image viewer and browser based on gthumb. X-Apps Project (git version).
pkgver = 1.6.2.r0.gceadb95
pkgrel = 1
url = https://github.com/linuxmint/pix
- install = pix.install
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index c8c5130ccfd5..daa45fd3fd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
+# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=pix-git
_pkgbasename=pix
@@ -22,7 +22,6 @@ optdepends=('gstreamer: Video support'
provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})
url='https://github.com/linuxmint/pix'
-install=pix.install
source=("${pkgname}::git+https://github.com/linuxmint/${_pkgbasename}.git")
md5sums=('SKIP')
diff --git a/pix.install b/pix.install
deleted file mode 100644
index 04122f560408..000000000000
--- a/pix.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install(){
- glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}