summarylogtreecommitdiffstats
path: root/kawaii-player.install
diff options
context:
space:
mode:
Diffstat (limited to 'kawaii-player.install')
-rw-r--r--kawaii-player.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/kawaii-player.install b/kawaii-player.install
new file mode 100644
index 000000000000..b291bee44405
--- /dev/null
+++ b/kawaii-player.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo
+ echo "If you are upgrading from Kawaii Player v2.9 or earlier, you are advised"
+ echo "to backup and then remove the following configuration files:"
+ echo "~/.config/kawaii-player/other_options.txt"
+ echo "~/.config/kawaii-player/config.txt"
+ echo "~/.config/kawaii-player/src/input.conf"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}
+