summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprietus2020-02-08 17:57:00 +0100
committerprietus2020-02-08 17:57:00 +0100
commit1e5e83a0d685d61f5da48ed69cd5cdb83e547cff (patch)
tree4b0fdaee306327ba2a85ba860f7befff9381f2ed
parentd2dd88882de73a4accb6866a67bcd3cdcdde2f8f (diff)
downloadaur-1e5e83a0d685d61f5da48ed69cd5cdb83e547cff.tar.gz
changed to an uptodate repo
-rw-r--r--gmusicproxy.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/gmusicproxy.install b/gmusicproxy.install
new file mode 100644
index 000000000000..bdaa8085ca49
--- /dev/null
+++ b/gmusicproxy.install
@@ -0,0 +1,13 @@
+post_install() {
+cat << EOF
+Please run:
+ 1) sudo su gmusicproxy
+ 2) GMusicProxy --oauth
+ to enter your Google Music credentials.
+ Only required at first time run.
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}