summarylogtreecommitdiffstats
path: root/oki-c610.install
diff options
context:
space:
mode:
Diffstat (limited to 'oki-c610.install')
-rw-r--r--oki-c610.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/oki-c610.install b/oki-c610.install
new file mode 100644
index 000000000000..447f9847ae76
--- /dev/null
+++ b/oki-c610.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
+}
+