summaryrefslogtreecommitdiff
path: root/psn-dp-1820.install
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-11 14:02:26 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-11 14:02:26 +0100
commit53bb457b7f86c2607c23616f1d14804a2b53292f (patch)
tree78c7c124afde4adbb29bfd595bb6af8f61a7ede5 /psn-dp-1820.install
initial commit (initial package)
Diffstat (limited to 'psn-dp-1820.install')
-rw-r--r--psn-dp-1820.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/psn-dp-1820.install b/psn-dp-1820.install
new file mode 100644
index 0000000..2004307
--- /dev/null
+++ b/psn-dp-1820.install
@@ -0,0 +1,12 @@
+post_install() {
+ systemctl reload-or-restart cups
+}
+
+post_upgrade() {
+ systemctl reload-or-restart cups
+}
+
+post_remove() {
+ systemctl reload-or-restart cups
+}
+