summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-16 04:51:59 +0200
committershellkr2016-06-16 04:51:59 +0200
commit1c2b285b3698aeb45180887253c98c371dc99bd6 (patch)
treeba3227620e0b66d0537c86870a74511d2f2ee110
parent264d8665681a0ae721505ff6f904688b7bad0d07 (diff)
downloadaur-1c2b285b3698aeb45180887253c98c371dc99bd6.tar.gz
Softlinks didn't work so am using hardlinks instead
-rw-r--r--.SRCINFO2
l---------minetest-mod-soccer-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7dee05ddcb..d28d6301f368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 00:21:24 UTC 2016
+# Thu Jun 16 02:51:59 UTC 2016
pkgbase = minetest-mod-soccer-git
pkgdesc = A soccer mod for Minetest
pkgver = 5.d1b2a6b
diff --git a/minetest-mod-soccer-git.install b/minetest-mod-soccer-git.install
index 1d51cfec20c4..7488efec6056 120000
--- a/minetest-mod-soccer-git.install
+++ b/minetest-mod-soccer-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
+}