summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 5631594..c557cd0 100644
--- a/install.cpp
+++ b/install.cpp
@@ -300,7 +300,6 @@ really_install_package(const char *path, bool* wipe_cache, bool needs_mount)
if (path && needs_mount) {
if (path[0] == '@') {
ensure_path_mounted(path+1);
- remount_no_selinux(path+1);
} else {
ensure_path_mounted(path);
remount_no_selinux(path);