summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/chroot_local-hooks/03-silverfire-fixes4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-silverfire-fixes b/config/chroot_local-hooks/03-silverfire-fixes
index 5ed9fac..25155ad 100755
--- a/config/chroot_local-hooks/03-silverfire-fixes
+++ b/config/chroot_local-hooks/03-silverfire-fixes
@@ -61,4 +61,8 @@ EOF
sed -i -e "s|ATTR{bInterfaceClass}==\"03\"|ACTION==\"add\", ATTR{bInterfaceClass}==\"03\"|g" /lib/udev/rules.d/97-hid2hci.rules
fi
+# hotfix lxde pcmanfm compress broken with xarchiver
+ if [ -e /usr/share/libfm/archivers.list ]; then
+ sed 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' -i /usr/share/libfm/archivers.list
+ fi
fi