summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 23:44:30 +0200
committershellkr2016-06-15 23:44:30 +0200
commit17b8bdde7f14e7a72820efb9b7d6ba26a5687717 (patch)
tree1c6ca0519611837417a4a5892d8553f66d2672e9
parent87ebea3e2aba3be2c08d368ba14c1e613b0da00a (diff)
downloadaur-17b8bdde7f14e7a72820efb9b7d6ba26a5687717.tar.gz
Didn't work with symlinking the install file so had to revert
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-throwing_enhanced-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748aadf6e476..c74d1166c377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:09:32 UTC 2016
+# Wed Jun 15 21:44:30 UTC 2016
pkgbase = minetest-mod-throwing_enhanced-git
pkgdesc = Updated and enhanced throwing mod for Minetest (adds many bows and arrows).
pkgver = 48.61567b3
diff --git a/minetest-mod-throwing_enhanced-git.install b/minetest-mod-throwing_enhanced-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-throwing_enhanced-git.install
+++ b/minetest-mod-throwing_enhanced-git.install
@@ -1 +1,26 @@
-/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file
+
+post_install() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
+ echo ' directory for mods. This is disabled by default though and thus needs'
+ echo ' patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you don't the mods will not be recognized and selactable in Minetest.'
+ echo
+ echo
+}
+
+post_upgrade() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
+ echo ' directory for mods. This is disabled by default though and thus needs'
+ echo ' patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you don't the mods will not be recognized and selactable in Minetest.'
+ echo
+ echo
+}