summarylogtreecommitdiffstats
path: root/github-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'github-desktop.install')
-rw-r--r--github-desktop.install33
1 files changed, 3 insertions, 30 deletions
diff --git a/github-desktop.install b/github-desktop.install
index c025bf2627a0..e91f9fef653c 100644
--- a/github-desktop.install
+++ b/github-desktop.install
@@ -9,16 +9,6 @@ pre_install() {
post_install() {
echo "LD_PRELOAD=libcurl.so.3 /opt/GithubDesktop/desktop "$@"" > /usr/bin/github-desktop
chmod 755 /usr/bin/github-desktop
- echo "[Desktop Entry]" > /usr/share/applications/desktop.desktop
- echo "Name=GitHub Desktop" >> /usr/share/applications/desktop.desktop
- echo "Comment=Extend your GitHub workflow beyond your browser with GitHub Desktop" >> /usr/share/applications/desktop.desktop
- echo "Comment[es]=Trabaja con GitHub desde tu escritorio." >> /usr/share/applications/desktop.desktop
- echo "Comment[eu]=GitHub-ekin lan egin zure ordenagailutik." >> /usr/share/applications/desktop.desktop
- echo "Exec=/usr/bin/github-desktop %U" >> /usr/share/applications/desktop.desktop
- echo "Terminal=false" >> /usr/share/applications/desktop.desktop
- echo "Type=Application" >> /usr/share/applications/desktop.desktop
- echo "Categories=Development;" >> /usr/share/applications/desktop.desktop
- echo "Icon=github" >> /usr/share/applications/desktop.desktop
}
post_remove() {
@@ -32,25 +22,8 @@ post_remove() {
}
pre_upgrade() {
- 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
+ post_remove
}
-post_upgrade() {
- echo "LD_PRELOAD=libcurl.so.3 /opt/GithubDesktop/desktop "$@"" > /usr/bin/github-desktop
- chmod 755 /usr/bin/github-desktop
- echo "[Desktop Entry]" > /usr/share/applications/desktop.desktop
- echo "Name=GitHub Desktop" >> /usr/share/applications/desktop.desktop
- echo "Comment=Extend your GitHub workflow beyond your browser with GitHub Desktop" >> /usr/share/applications/desktop.desktop
- echo "Comment[es]=Trabaja con GitHub desde tu escritorio." >> /usr/share/applications/desktop.desktop
- echo "Comment[eu]=GitHub-ekin lan egin zure ordenagailutik." >> /usr/share/applications/desktop.desktop
- echo "Exec=/usr/bin/github-desktop %U" >> /usr/share/applications/desktop.desktop
- echo "Terminal=false" >> /usr/share/applications/desktop.desktop
- echo "Type=Application" >> /usr/share/applications/desktop.desktop
- echo "Categories=Development;" >> /usr/share/desktop.desktop
- echo "Icon=github" >> /usr/share/applications/desktop.desktop
+post_upgrade() {
+ post_install
}