summaryrefslogtreecommitdiff
path: root/pcr/espcr/escpr.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/espcr/escpr.install')
-rw-r--r--pcr/espcr/escpr.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/pcr/espcr/escpr.install b/pcr/espcr/escpr.install
new file mode 100644
index 000000000..92b144ce1
--- /dev/null
+++ b/pcr/espcr/escpr.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ">>Please restart the CUPS daemon to take the printer definitions into account"
+}
+
+post_upgrade() {
+ post_install
+}
+