summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortwa0222016-04-30 12:08:03 -0400
committertwa0222016-04-30 12:08:03 -0400
commit957fc38a60865569d08cf8d3e2456996ad96612d (patch)
tree2244c935f110387ca8bf50533590c76b9a0547fd
parent5d27b641fd8c4db243b50e738c346db2be2b6e2a (diff)
downloadaur-957fc38a60865569d08cf8d3e2456996ad96612d.tar.gz
Removed unneeded install file.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--dockmanager.install17
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87538064884..bc8e85c5c1ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Apr 30 16:07:50 UTC 2016
pkgbase = dockmanager
pkgdesc = Dock-independent helper scripts for compatible docks
pkgver = 0.1.0
pkgrel = 5
url = https://launchpad.net/dockmanager
- install = dockmanager.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 45fd18862ce1..c730f69ba219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ optdepends=('pygtk: Banshee control, Rhythmbox control Helper'
'python2-gconf: Open terminal here Helper'
'python2-libgnome: Zeitgeist journal Helper'
'zeitgeist: Zeitgeist journal, Zeitgeist menus Helper')
-install=$pkgname.install
source=(http://launchpad.net/dockmanager/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
build() {
diff --git a/dockmanager.install b/dockmanager.install
deleted file mode 100644
index 1f09859707f8..000000000000
--- a/dockmanager.install
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname=dockmanager
-
-post_install() {
- gconfpkg --install $pkgname
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- gconfpkg --uninstall $pkgname
-}