summaryrefslogtreecommitdiff
path: root/kega-fusion.install
diff options
context:
space:
mode:
authortrya <tryagainprod@gmail.com>2015-06-08 23:33:08 +0200
committertrya <tryagainprod@gmail.com>2015-06-08 23:33:08 +0200
commitcdb6a47e8049841699545450ef43a897f69032ec (patch)
treed788f2f9c4718a73417348dc09063c7f33564fc3 /kega-fusion.install
Initial import
Diffstat (limited to 'kega-fusion.install')
-rw-r--r--kega-fusion.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/kega-fusion.install b/kega-fusion.install
new file mode 100644
index 0000000..8b77094
--- /dev/null
+++ b/kega-fusion.install
@@ -0,0 +1,18 @@
+post_install() {
+ echo ""
+ echo "Some notes:"
+ echo "-----------"
+ echo "- Kega expects Fusion.ini to be in '~/.Kega Fusion' and"
+ echo " the render plugins to be in '~/.Kega Fusion/Plugins'."
+ echo " This behaviour cannot be changed, so don't forget it"
+ echo " if you are planning to edit the default paths."
+ echo "- Some render plugins are provided with this package,"
+ echo " but if you want to use custom plugins, they should be"
+ echo " placed in '~/.Kega Fusion/Plugins' (user-wide) or in"
+ echo " '/usr/lib/kega-fusion/plugins' (system-wide)."
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}