summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefanos Mitropoulos2020-04-25 15:53:30 +0300
committerStefanos Mitropoulos2020-04-25 15:53:30 +0300
commit40720d4fd63f48ea04e1e8e3ac2c8d3b43ee20f8 (patch)
treebe1bb88a173fc00b829bf53c77213ac0ba648e25
parentdeb50aeed5361d1bff825a76925c978727cfbc2c (diff)
downloadaur-40720d4fd63f48ea04e1e8e3ac2c8d3b43ee20f8.tar.gz
Added .install file for icon and desktop file
-rw-r--r--PKGBUILD2
-rw-r--r--wol_qt.install4
2 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e7665d3c37d..e6b210d84270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefanos Mitropoulos stefmitropoulos@gmail.com
pkgname=wol_qt
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Qt gui to ARP scan and send WakeOnLan packets"
arch=(x86_64)
url="https://github.com/stefmitropoulos/wol_qt"
diff --git a/wol_qt.install b/wol_qt.install
new file mode 100644
index 000000000000..01e5c83a662e
--- /dev/null
+++ b/wol_qt.install
@@ -0,0 +1,4 @@
+## arg 1: the new package version
+#post_install() {
+echo $(pwd)
+#}