summarylogtreecommitdiffstats
path: root/pipewire-dropin.install
diff options
context:
space:
mode:
Diffstat (limited to 'pipewire-dropin.install')
-rw-r--r--pipewire-dropin.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pipewire-dropin.install b/pipewire-dropin.install
new file mode 100644
index 000000000000..f134188615d3
--- /dev/null
+++ b/pipewire-dropin.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Reboot your system for the changes to take effect."
+}
+
+post_remove() {
+ echo "Reboot your system for the changes to take effect."
+}