summarylogtreecommitdiffstats
path: root/minetest-mod-more_monsters-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'minetest-mod-more_monsters-git.install')
-rw-r--r--minetest-mod-more_monsters-git.install26
1 files changed, 26 insertions, 0 deletions
diff --git a/minetest-mod-more_monsters-git.install b/minetest-mod-more_monsters-git.install
new file mode 100644
index 000000000000..d123ced05f17
--- /dev/null
+++ b/minetest-mod-more_monsters-git.install
@@ -0,0 +1,26 @@
+
+post_install() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
+ echo ' recognize the default install dir'
+ echo
+ echo ' sudo mv /usr/share/minetest/mods/more_monsters ~/.minetest/mods'
+ echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/more_monsters'
+ echo
+ echo
+}
+
+post_upgrade() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
+ echo ' recognize the default install dir'
+ echo
+ echo ' sudo mv /usr/share/minetest/mods/more_monsters ~/.minetest/mods'
+ echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/more_monsters'
+ echo
+ echo
+}