Lines Matching full:remove
32 REMOVE="no"
52 Install/remove the ZFS helper utilities.
58 -r Remove the helper utilities
80 REMOVE="yes"
94 if [ "$INSTALL" = "yes" ] && [ "$REMOVE" = "yes" ]; then
98 if [ "$INSTALL" = "no" ] && [ "$REMOVE" = "no" ]; then
142 remove() { function
174 remove "$INSTALL_MOUNT_HELPER_DIR/mount.zfs"
175 remove "$INSTALL_MOUNT_HELPER_DIR/fsck.zfs"
176 remove "$INSTALL_UDEV_DIR/zvol_id"
177 remove "$INSTALL_UDEV_DIR/vdev_id"
178 remove "$INSTALL_UDEV_RULE_DIR/60-zvol.rules"
179 remove "$INSTALL_UDEV_RULE_DIR/69-vdev.rules"
180 remove "$INSTALL_UDEV_RULE_DIR/90-zfs.rules"
181 remove "$INSTALL_SYSCONF_DIR/zfs/zpool.d"
182 remove "$INSTALL_PYTHON_DIR/libzfs_core"
183 remove "/lib/libzfs_core.so"
184 remove "/lib/libnvpair.so"