summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2019-11-26 22:50:42 -0500
committerCorey Hinshaw2019-11-26 22:50:42 -0500
commit10cf07486a248e7a898ee51c189dc1b8b924426b (patch)
tree06e6eb0c543e0fbc67e8160664be775dbd5a95c6
parent0b0e9bacbc9983951e29278dd63bbdfc5de45dc6 (diff)
downloadaur-10cf07486a248e7a898ee51c189dc1b8b924426b.tar.gz
Remove install script
-rw-r--r--caffeinated.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/caffeinated.install b/caffeinated.install
deleted file mode 100644
index 81664c55ee0f..000000000000
--- a/caffeinated.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_upgrade() {
- /usr/bin/systemctl daemon-reload >/dev/null 2>&1
-}
-
-post_remove() {
- /usr/bin/systemctl daemon-reload >/dev/null 2>&1
- cat << EOF
- Be sure to stop and disable all running caffeinated user services.
-EOF
-}