summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install11
1 files changed, 0 insertions, 11 deletions
diff --git a/install b/install
deleted file mode 100644
index e20b93d0a3a1..000000000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- if [ $(vercmp $2 2.2.4-2) -lt 0 ]; then
- echo "# Please reenable pgl.service to activate timer."
- echo "# Then reboot or start pgl-update.timer manually."
- fi
-}
-
-post_remove() {
- # Deletes logs, spool and consolidated blocklists
- rm -rf /var/{log,lib,spool}/pgl/
-} \ No newline at end of file