summarylogtreecommitdiffstats
path: root/minetest-mod-intllib-git.install
blob: 421d917171b2716060f4d1b2544f043d35f25836 (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 ' 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/intllib ~/.minetest/mods'
        echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/intllib'
	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/intllib ~/.minetest/mods'
        echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/intllib'
	echo
        echo
}