summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2019-01-11 09:14:01 +0100
committerPier Luigi Fiorini2019-01-11 09:14:01 +0100
commitb26e3679f731379c68aed4a8a4a137adabeb268d (patch)
tree5013ccdce2cd38515aca719d99bb84623ef23ce2
parent2e88d37906eaba204a1107a17b4ae5fe278d2662 (diff)
downloadaur-b26e3679f731379c68aed4a8a4a137adabeb268d.tar.gz
Remove install file
Now glib2 has an hook that does that automatically.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--liri-shell-git.install11
3 files changed, 0 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8321cc619df..4f93efe9ad50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = liri-shell-git
pkgver = v0.9.0.r333.gf9953f25
pkgrel = 1
url = https://liri.io
- install = liri-shell-git.install
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index a1b650c068a4..92f6222090b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ conflicts=('hawaii-shell-git' 'papyros-shell-git' 'liri-workspace-git' 'liri-way
replaces=('hawaii-shell-git' 'papyros-shell-git' 'liri-workspace-git' 'liri-wayland-git' 'liri-shell')
provides=('liri-shell')
groups=('liri-git')
-install=$pkgname.install
_gitroot="git://github.com/lirios/shell.git"
_gitbranch=develop
diff --git a/liri-shell-git.install b/liri-shell-git.install
deleted file mode 100644
index 7e721e827e17..000000000000
--- a/liri-shell-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}