Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6677)

Unified Diff: chrome/installer/linux/debian/prerm

Issue 2107893004: Support relocatable RPM packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/linux/debian/prerm
diff --git a/chrome/installer/linux/debian/prerm b/chrome/installer/linux/debian/prerm
index c2870d2e038a4b100640b784a7c76023ce4aa143..2e9df41748c283b1cba7a3c659d553b9cde49bbf 100755
--- a/chrome/installer/linux/debian/prerm
+++ b/chrome/installer/linux/debian/prerm
@@ -16,6 +16,8 @@ if [ "$action" = "upgrade" ] ; then
exit 0
fi
+@@include@@../common/variables.include
+
@@include@@../common/prerm.include
# Remove from the alternatives system

Powered by Google App Engine
This is Rietveld 408576698