summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Garnica2018-01-25 12:00:23 +0100
committerSergio Garnica2018-01-25 12:00:23 +0100
commit8d478bb686bfb6fdb67bb5f24eb7db6cd9bf6d7f (patch)
treef98b688282b2e56f4d02196d543607a0c43cd03b
parent706ea1ec23df253e0ef9ab621c3147e78a86235f (diff)
downloadaur-8d478bb686bfb6fdb67bb5f24eb7db6cd9bf6d7f.tar.gz
Remove uneeded desktop and icon steps
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 754871a7bacf..0c6bc5a69f62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,16 +46,4 @@ build() {
package_veyon() {
cd build
make DESTDIR="${pkgdir}" install
-
- #### Uncomment the following lines to
- #### Install icon and desktop shortcut
-
- #install -m 644 -Dt "${pkgdir}/usr/share/pixmaps/" \
- # "${srcdir}/${pkgname}/master/data/${pkgname}-master.xpm"
-
- #install -m 644 -Dt "${pkgdir}/usr/share/applications/" \
- # "${srcdir}/${pkgname}/master/data/${pkgname}-master.desktop.in"
-
- #mv "${pkgdir}/usr/share/applications/${pkgname}-master.desktop.in" \
- # "${pkgdir}/usr/share/applications/${pkgname}-master.desktop"
}