summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
+#}