diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2016-05-20 15:39:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gmail.com> | 2016-05-20 15:39:50 +0300 |
commit | e4a3f1c47aba45f9b355a51336731ef91a2dab1e (patch) | |
tree | ec7ac6f7f1b9ca9daf24ed35182df44cb3bdc7a1 | |
parent | e608e71a22ab7aa5904d205b4d13fe9203a2254c (diff) | |
download | masterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.tar.gz masterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.tar.bz2 masterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.zip |
cleanup
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 -} |