summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-16 04:51:49 +0200
committershellkr2016-06-16 04:51:49 +0200
commit9bc4701662bd7d2fbc5f59eabd437082af3854d9 (patch)
tree1c2219c3647a919d185f7283d8472dcd87cf9bdb
parent558bec8b64777d69af9ef9a890654647378e12a1 (diff)
downloadaur-9bc4701662bd7d2fbc5f59eabd437082af3854d9.tar.gz
Softlinks didn't work so am using hardlinks instead
-rw-r--r--.SRCINFO2
l---------minetest-mod-mobs_sky-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb47b3097d60..cf04f7bcf626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 00:21:13 UTC 2016
+# Thu Jun 16 02:51:49 UTC 2016
pkgbase = minetest-mod-mobs_sky-git
pkgdesc = A few sky critters ported from other mob-frameworks to Mobs-Redo
pkgver = 7.ea462ec
diff --git a/minetest-mod-mobs_sky-git.install b/minetest-mod-mobs_sky-git.install
index 1d51cfec20c4..7488efec6056 120000
--- a/minetest-mod-mobs_sky-git.install
+++ b/minetest-mod-mobs_sky-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 on Linux. This is disabled by default though and thus'
+ echo ' needs patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you dont 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 on Linux. This is disabled by default though and thus'
+ echo ' needs patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you dont the mods will not be recognized and selactable in Minetest.'
+ echo
+ echo
+}