diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-11 14:02:26 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-11 14:02:26 +0100 |
commit | 53bb457b7f86c2607c23616f1d14804a2b53292f (patch) | |
tree | 78c7c124afde4adbb29bfd595bb6af8f61a7ede5 /psn-dp-1820.install |
initial commit (initial package)
Diffstat (limited to 'psn-dp-1820.install')
-rw-r--r-- | psn-dp-1820.install | 12 |
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 +} + |