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 |