summarylogtreecommitdiffstats
path: root/minetest-mod-more_monsters-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'minetest-mod-more_monsters-git.install')
l---------minetest-mod-more_monsters-git.install27
1 files changed, 26 insertions, 1 deletions
diff --git a/minetest-mod-more_monsters-git.install b/minetest-mod-more_monsters-git.install
index 1d51cfec20c4..7488efec6056 120000
--- a/minetest-mod-more_monsters-git.install
+++ b/minetest-mod-more_monsters-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
+}