Rebuild with libbluray and add bpm hook

This commit is contained in:
2026-07-31 12:29:26 +03:00
parent 644dd301db
commit f2b2b16843
4 changed files with 14 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
trigger_actions: ["install", "upgrade", "remove"]
targets: ["usr/share/gvfs/*"]
run: "/var/lib/bpm/hook-scripts/gvfs.sh"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
pkill --signal USR1 --require-handler --exact gvfsd || true