summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-16 04:51:33 +0200
committershellkr2016-06-16 04:51:33 +0200
commit09c851b030b2a2f4b3cb3bc3146bf649326eac41 (patch)
tree4ee55be74c96e53ac82ba9ee3f95f078afd4d4a5
parent8c714a55b10725f2f5d36d6b10666a92a2ad2140 (diff)
downloadaur-09c851b030b2a2f4b3cb3bc3146bf649326eac41.tar.gz
Softlinks didn't work so am using hardlinks instead
-rw-r--r--.SRCINFO2
l---------minetest-mod-markers-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 491abcec5c40..f1e82253c3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 00:20:56 UTC 2016
+# Thu Jun 16 02:51:33 UTC 2016
pkgbase = minetest-mod-markers-git
pkgdesc = markers for the Minetest mod "areas" (Mod for Minetest)
pkgver = 22.52d1b90
diff --git a/minetest-mod-markers-git.install b/minetest-mod-markers-git.install
index 1d51cfec20c4..7488efec6056 120000
--- a/minetest-mod-markers-git.install
+++ b/minetest-mod-markers-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
+}