summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 23:40:32 +0200
committershellkr2016-06-15 23:40:32 +0200
commit14c47ded004ddb64573fb0b25909387a6e2b7348 (patch)
treee3497589853c742d6a905c9ed51be8cf1228b81f
parente25774a2b071f95b502a7a2bb928a8363dc7d523 (diff)
downloadaur-14c47ded004ddb64573fb0b25909387a6e2b7348.tar.gz
Didn't work with symlinking the install file so had to revert
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-homedecor_modpack-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6bce50a3f8..85272b947db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:15:56 UTC 2016
+# Wed Jun 15 21:40:32 UTC 2016
pkgbase = minetest-mod-homedecor_modpack-git
pkgdesc = This mod adds a whole bunch of new items to minetest suitable for decorating inside and outside a home.
pkgver = 1151.9b61d20
diff --git a/minetest-mod-homedecor_modpack-git.install b/minetest-mod-homedecor_modpack-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-homedecor_modpack-git.install
+++ b/minetest-mod-homedecor_modpack-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. 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
+}