diff options
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 3 | ||||
-rw-r--r-- | masterpdfeditor.install | 11 |
3 files changed, 3 insertions, 16 deletions
@@ -1,11 +1,10 @@ # Generated by mksrcinfo v8 -# Thu May 19 15:27:57 UTC 2016 +# Fri May 20 12:39:25 UTC 2016 pkgbase = masterpdfeditor pkgdesc = A complete solution for creation and editing PDF files. (Free for non-commercial use) pkgver = 3.7.10 - pkgrel = 1 + pkgrel = 2 url = http://code-industry.net/free-pdf-editor.php - install = masterpdfeditor.install arch = i686 arch = x86_64 license = custom @@ -3,13 +3,12 @@ pkgname=masterpdfeditor pkgver=3.7.10 -pkgrel=1 +pkgrel=2 pkgdesc="A complete solution for creation and editing PDF files. (Free for non-commercial use)" url="http://code-industry.net/free-pdf-editor.php" arch=('i686' 'x86_64') license=('custom') depends=('qt4') -install=${pkgname}.install source=(${pkgname}.desktop) source_i686=(http://get.code-industry.net/public/master-pdf-editor-${pkgver}_i386.tar.gz) diff --git a/masterpdfeditor.install b/masterpdfeditor.install deleted file mode 100644 index bb5f507..0000000 --- a/masterpdfeditor.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |