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

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

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/postrm
diff --git a/chrome/installer/linux/debian/postrm b/chrome/installer/linux/debian/postrm
index 85b9961013ff276c13810d32ec8d927859abba37..c90b51eca1e3f2951b4dfc44da0f0c7560171b2c 100755
--- a/chrome/installer/linux/debian/postrm
+++ b/chrome/installer/linux/debian/postrm
@@ -13,10 +13,13 @@ if [ "$action" != "purge" ] ; then
exit 0
fi
+@@include@@../common/variables.include
+
@@include@@../common/apt.include
@@include@@../common/symlinks.include
+remove_chrome_symlinks
remove_udev_symlinks
# Only remove the defaults file if it is not empty. An empty file was probably

Powered by Google App Engine
This is Rietveld 408576698