summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 23:43:20 +0200
committershellkr2016-06-15 23:43:20 +0200
commit39bbc55cd1f4abe6cfc3c9ef6616e8bcaa713b11 (patch)
treeac902ef6402ddc695e3c7557e99cfdfaf1b3d376
parent5fa216fd13649b9d7e3cf14bf9e7b288052cb0dd (diff)
downloadaur-39bbc55cd1f4abe6cfc3c9ef6616e8bcaa713b11.tar.gz
Didn't work with symlinking the install file so had to revert
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-mobs_redo-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6ad323e7f2d..6f3c332ff90f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:08:27 UTC 2016
+# Wed Jun 15 21:43:20 UTC 2016
pkgbase = minetest-mod-mobs_redo-git
pkgdesc = Mobs Redo mod for Minetest
pkgver = 265.55c0ed5
diff --git a/minetest-mod-mobs_redo-git.install b/minetest-mod-mobs_redo-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-mobs_redo-git.install
+++ b/minetest-mod-mobs_redo-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
+}