summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--automounter.install11
3 files changed, 3 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c0c4029e1e4..8effc56dd94f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = automounter
pkgdesc = This is a link to gvfs-archive that will allow automounting of ISOs and other files, UBUNTU/FEDORA style
pkgver = 0.1
- pkgrel = 3
+ pkgrel = 4
url = https://bbs.archlinux.org/viewtopic.php?pid=606881
- install = automounter.install
arch = any
license = GPL
depends = gvfs
diff --git a/PKGBUILD b/PKGBUILD
index 65ae015b4fc6..d1f5956c28ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Giorgio Gilestro <giorgio@gilest.ro>
pkgname=automounter
pkgver=0.1
-pkgrel=3
+pkgrel=4
pkgdesc="This is a link to gvfs-archive that will allow automounting of ISOs and other files, UBUNTU/FEDORA style"
url="https://bbs.archlinux.org/viewtopic.php?pid=606881"
depends=('gvfs' 'desktop-file-utils')
license=('GPL')
arch=('any')
-install=$pkgname.install
source=("mount-archive.desktop")
md5sums=('73890777b05aaa4e97c50e26c49cd7dc')
diff --git a/automounter.install b/automounter.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/automounter.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}