summarylogtreecommitdiffstats
path: root/kawaii-player.install
diff options
context:
space:
mode:
authorAlexandros Michalopoulos2018-02-21 00:14:16 +0200
committerAlexandros Michalopoulos2018-02-21 00:14:16 +0200
commitf442a165ec838e6b7edf7bf31e37fae24462af48 (patch)
tree8c520b3b673141f301aaab11454ccccdcae02285 /kawaii-player.install
parentf0f911c692129c4547a0806beb634e460cb09ba4 (diff)
downloadaur-f442a165ec838e6b7edf7bf31e37fae24462af48.tar.gz
v=3.1.1, r=1
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
+}
+