summarylogtreecommitdiffstats
path: root/minetest-mod-more_monsters-git.install
blob: c40dac5cb9f54adafa2e3511c7821810ec631ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

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
}