summarylogtreecommitdiffstats
path: root/github-desktop.install
diff options
context:
space:
mode:
authorMikel Pintado2017-07-31 00:30:46 +0200
committerMikel Pintado2017-07-31 00:30:46 +0200
commitd673dbb1fdac0b55c8398b547055448e0634e036 (patch)
tree4224afee3775974db6ddb22e4822f63afd82043f /github-desktop.install
parent4956e0164bd1f5f05f3d820bde654d96d70e4bc4 (diff)
downloadaur-d673dbb1fdac0b55c8398b547055448e0634e036.tar.gz
Fixed error with file conflicts while upgrading.
Diffstat (limited to 'github-desktop.install')
-rw-r--r--github-desktop.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/github-desktop.install b/github-desktop.install
index e5a427ce6be0..f30239bfd019 100644
--- a/github-desktop.install
+++ b/github-desktop.install
@@ -15,9 +15,9 @@ post_remove() {
sudo rm -rf /opt/GithubDesktop
sudo rm -rf /usr/share/applications/desktop.desktop
sudo rm -rf /usr/share/doc/desktop
- sudo rm -rf icons/hicolor/512x512/apps/desktop.png
- sudo rm -rf icons/hicolor/256x256/apps/desktop.png
- sudo rm -rf icons/hicolor/1024x1024/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/512x512/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/256x256/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/1024x1024/apps/desktop.png
sudo rm -rf /usr/bin/github-desktop
}
@@ -25,9 +25,9 @@ pre_upgrade() {
sudo rm -rf /opt/GithubDesktop
sudo rm -rf /usr/share/applications/desktop.desktop
sudo rm -rf /usr/share/doc/desktop
- sudo rm -rf icons/hicolor/512x512/apps/desktop.png
- sudo rm -rf icons/hicolor/256x256/apps/desktop.png
- sudo rm -rf icons/hicolor/1024x1024/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/512x512/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/256x256/apps/desktop.png
+ sudo rm -rf /usr/share/icons/hicolor/1024x1024/apps/desktop.png
sudo rm -rf /usr/bin/github-desktop
}
post_upgrade() {