summarylogtreecommitdiffstats
path: root/chrome-remote-desktop.install
diff options
context:
space:
mode:
authorJames An2014-10-22 02:56:37 -0400
committerJames An2014-10-22 02:56:37 -0400
commit6b74d169b4e066c23353a11c0c63905f79938905 (patch)
treea4a6720dc4f43d164279bfcac3c5f26e018f9972 /chrome-remote-desktop.install
downloadaur-6b74d169b4e066c23353a11c0c63905f79938905.tar.gz
Added chrome-remote-desktop as new maintainer before changes.
Diffstat (limited to 'chrome-remote-desktop.install')
-rw-r--r--chrome-remote-desktop.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome-remote-desktop.install b/chrome-remote-desktop.install
new file mode 100644
index 000000000000..cc9a65c9ef8d
--- /dev/null
+++ b/chrome-remote-desktop.install
@@ -0,0 +1,20 @@
+post_install() {
+ echo ""
+ echo "Please create ~/.config/chrome-remote-desktop folder manually, if it doesn't exist, or else you can't use CRD."
+ echo "The needed files are created by the Chrome app, inside the chrome-remote-desktop folder, after Enabling Remote Connections."
+ echo "To {enable,start} the service use systemctl --user {enable,start} chrome-remote-desktop"
+ echo ""
+ echo "You may need to create a ~/.chrome-remote-desktop-session file with commands to start your session"
+ echo ""
+ echo "Go to https://support.google.com/chrome/answer/1649523 for more information."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo ""
+ echo "Please remove ~/.config/chrome-remote-desktop folder manually"
+ echo ""
+}