summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel2021-08-19 18:31:23 -0400
committerEmmanuel2021-08-19 18:31:23 -0400
commit379c8ab07e18286d6cdcd7ab54485cc491a30cef (patch)
treeed44005c5d3a438ae138b0a98cc7bdea8c86c861
parent2d53c2ce6aac546be8e1de534d33170b48698a17 (diff)
downloadaur-379c8ab07e18286d6cdcd7ab54485cc491a30cef.tar.gz
Add post_install hint.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
-rwxr-xr-xxdg-xmenu-git.install9
3 files changed, 12 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c264429c0669..e4a439d3e5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,11 @@ pkgbase = xdg-xmenu-git
pkgver = r12.07a4193
pkgrel = 1
url = https://github.com/OliverLew/xdg-xmenu
+ install = xdg-xmenu-git.install
arch = x86_64
license = MIT
makedepends = git
+ depends = xmenu
depends = librsvg
depends = imagemagick
source = git+https://github.com/OliverLew/xdg-xmenu
diff --git a/PKGBUILD b/PKGBUILD
index b1c3746bf2b0..be2a9de5d5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('x86_64')
license=('MIT')
depends=('xmenu' 'librsvg' 'imagemagick')
source=("git+$url")
+install="${pkgname}.install"
sha256sums=("SKIP")
makedepends=('git')
diff --git a/xdg-xmenu-git.install b/xdg-xmenu-git.install
new file mode 100755
index 000000000000..3c446105a8a1
--- /dev/null
+++ b/xdg-xmenu-git.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "------------------------------------------------"
+ echo ""
+ echo "You should checkout the xmenu-apps script"
+ echo "located in /usr/share/doc/xdg-xmenu/xmenu-apps"
+ echo ""
+ echo "------------------------------------------------"
+}
+