summaryrefslogtreecommitdiffstats
path: root/foo2zjs/foo2zjs.install
diff options
context:
space:
mode:
Diffstat (limited to 'foo2zjs/foo2zjs.install')
-rw-r--r--foo2zjs/foo2zjs.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/foo2zjs/foo2zjs.install b/foo2zjs/foo2zjs.install
deleted file mode 100644
index e7a45ec..0000000
--- a/foo2zjs/foo2zjs.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- echo "-------------------------"
- echo "You need to restart cups."
- echo "-------------------------"
- echo
- echo "You need to add your user to the lp group."
-}
-
-post_upgrade() {
- echo "-------------------------"
- echo "You need to restart cups."
- echo "-------------------------"
-}
-
-post_remove() {
- echo "-------------------------"
- echo "You need to restart cups."
- echo "-------------------------"
-}