summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 23:40:03 +0200
committershellkr2016-06-15 23:40:03 +0200
commit96f1e888e54e33d1158be63f431e3fb7522569ca (patch)
tree0ccbed4b9f5cd265bb40a77378dadbbcb915667f
parent328d81196ac801e3fd42d85a1abecb5565df7745 (diff)
downloadaur-96f1e888e54e33d1158be63f431e3fb7522569ca.tar.gz
Didn't work with symlinking the install file so had to revert
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-areas-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be65cb1e918..6cc77686187a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:03:09 UTC 2016
+# Wed Jun 15 21:40:03 UTC 2016
pkgbase = minetest-mod-areas-git
pkgdesc = A rewrite of the node_ownership Minetest mod with many new features. (Mod for Minetest)
pkgver = 59.8b0b8c1
diff --git a/minetest-mod-areas-git.install b/minetest-mod-areas-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-areas-git.install
+++ b/minetest-mod-areas-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
+}