summarylogtreecommitdiffstats
path: root/github-desktop.install
diff options
context:
space:
mode:
authorIan Mackay2017-11-20 04:51:41 -0800
committerIan Mackay2017-11-20 04:51:41 -0800
commita71e4a16e938ac64e4fb914ea5843b973feec77d (patch)
treedb031eb7197afe44a1c78419ba67b17d78b2735e /github-desktop.install
parent965c52e5aebf7e846438d42f5502cbfb18eb152d (diff)
downloadaur-a71e4a16e938ac64e4fb914ea5843b973feec77d.tar.gz
Updated to 1.0.10-beta0 and integrated urxvt
Diffstat (limited to 'github-desktop.install')
-rw-r--r--github-desktop.install29
1 files changed, 0 insertions, 29 deletions
diff --git a/github-desktop.install b/github-desktop.install
index e91f9fef653c..e69de29bb2d1 100644
--- a/github-desktop.install
+++ b/github-desktop.install
@@ -1,29 +0,0 @@
-pre_install() {
- rm -rf /usr/bin/github-desktop
- rm -rf /usr/share/icons/hicolor/*/apps/desktop.png
- rm -rf /opt/GithubDesktop
- rm -rf /usr/share/doc/desktop
- rm -rf /usr/share/applications/desktop.desktop
-}
-
-post_install() {
- echo "LD_PRELOAD=libcurl.so.3 /opt/GithubDesktop/desktop "$@"" > /usr/bin/github-desktop
- chmod 755 /usr/bin/github-desktop
-}
-
-post_remove() {
- rm -rf /opt/GithubDesktop
- rm -rf /usr/share/applications/desktop.desktop
- rm -rf /usr/share/doc/desktop
- rm -rf /usr/share/icons/hicolor/512x512/apps/desktop.png
- rm -rf /usr/share/icons/hicolor/256x256/apps/desktop.png
- rm -rf /usr/share/icons/hicolor/1024x1024/apps/desktop.png
- rm -rf /usr/bin/github-desktop
-}
-
-pre_upgrade() {
- post_remove
-}
-post_upgrade() {
- post_install
-}