summarylogtreecommitdiffstats
path: root/minetest-mod-prehistoric_life-git.install
diff options
context:
space:
mode:
authorshellkr2018-10-13 02:02:50 +0200
committershellkr2018-10-13 02:02:50 +0200
commitb3afbaca1a97f313268af0943e3c30c3766f25f2 (patch)
tree83b0431fc26dadc46c0a216dcdaf6bfac713f450 /minetest-mod-prehistoric_life-git.install
downloadaur-b3afbaca1a97f313268af0943e3c30c3766f25f2.tar.gz
initial push
Diffstat (limited to 'minetest-mod-prehistoric_life-git.install')
-rw-r--r--minetest-mod-prehistoric_life-git.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/minetest-mod-prehistoric_life-git.install b/minetest-mod-prehistoric_life-git.install
new file mode 100644
index 000000000000..801a1209b181
--- /dev/null
+++ b/minetest-mod-prehistoric_life-git.install
@@ -0,0 +1,22 @@
+
+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 needs a patch.'
+ echo ' You can install "minetest-usrdir_patch" which handles this for you.'
+ 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 needs a patch.'
+ echo ' You can install "minetest-usrdir_patch" which handles this for you.'
+ echo
+ echo
+}