summarylogtreecommitdiffstats
path: root/pkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.install')
-rw-r--r--pkg.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg.install b/pkg.install
deleted file mode 100644
index 2563419acd91..000000000000
--- a/pkg.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_upgrade() {
- if [[ $(vercmp $2 1.2) -lt 0 ]]; then
- echo "Service was moved, please enable it again:"
- echo "systemctl enable spacenavd.service"
- fi
-}