summarylogtreecommitdiffstats
path: root/shlink.install
diff options
context:
space:
mode:
authorAlphaJack2020-11-08 20:47:15 +0100
committerAlphaJack2020-11-08 20:47:15 +0100
commit1805e23636995fe10dcf65556ed59491df34cf05 (patch)
tree6dca9cabb0d21fd4b64a6ca98c880e4b4ec87355 /shlink.install
parent8a55b77674e66b1db2bce0762d6b812f3ee07d92 (diff)
downloadaur-1805e23636995fe10dcf65556ed59491df34cf05.tar.gz
Added alert after package update
Diffstat (limited to 'shlink.install')
-rw-r--r--shlink.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/shlink.install b/shlink.install
new file mode 100644
index 000000000000..08e9ff32d1bf
--- /dev/null
+++ b/shlink.install
@@ -0,0 +1,9 @@
+post_upgrade(){
+ echo "Shlink has been updated successfully.
+Please run \`sudo -u http php /usr/share/webapps/shlink/bin/update\`
+to migrate the database and configure new options.
+You can find more information here:
+
+https://github.com/shlinkio/shlink/#update-to-new-version
+"
+}