summarylogtreecommitdiffstats
path: root/kyocera-cups.install
diff options
context:
space:
mode:
authorChris Severance2020-12-16 23:21:59 -0500
committerChris Severance2020-12-16 23:21:59 -0500
commitb4cdc2d7073d6f5fed099b0101e39d746f4fb8e2 (patch)
tree2cccac5a1d7e5f2adfcd6e1c0f535915b0f3d532 /kyocera-cups.install
parentf02b0acda052a1c38f60d362d4665cc2af7177ad (diff)
downloadaur-b4cdc2d7073d6f5fed099b0101e39d746f4fb8e2.tar.gz
autu: Update to 8.1601-2 Add UTAX TA option for future use
Diffstat (limited to 'kyocera-cups.install')
-rw-r--r--kyocera-cups.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/kyocera-cups.install b/kyocera-cups.install
deleted file mode 100644
index 48b3993bf5b0..000000000000
--- a/kyocera-cups.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo "Restarting CUPS server"
- systemctl restart org.cups.cupsd.service
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-