summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Gnezdilov2020-07-01 12:40:59 +0300
committerLeonid Gnezdilov2020-07-01 12:40:59 +0300
commit9aabf1dc2c27bc89b68dfa0dbca742a4a02c0ff6 (patch)
tree5ba771d7a7138a1ccaed1995c3783dd5d88cc07d /PKGBUILD
parentbb630179bb4f225887aa0e4779c26762db360a4e (diff)
downloadaur-9aabf1dc2c27bc89b68dfa0dbca742a4a02c0ff6.tar.gz
01072020_3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff74d8636dae..6b3ec298dcae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Leone <comdir@infonix.info>
pkgname=litemanager
pkgver=4.9
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="remote access software for remote administration of computers over the Internet or remote control in a local network, for distant learning, providing remote support to users and supervising work activity of employees."
arch=('x86_64')
@@ -39,7 +39,7 @@ prepare() {
gendesk -f -n --pkgname ${pkgname} \
--pkgdesc "${pkgdesc}" \
--categories="GTK;GNOME;X-GNOME-NetworkSettings;Network;" \
- --icon "${_pkgname}.png" \
+ --icon "/usr/share/pixmaps/${pkgname}.png" \
--exec "litemanager"
}