summarylogtreecommitdiffstats
path: root/pkg.install
diff options
context:
space:
mode:
authorSammysHP2022-12-25 10:34:48 +0100
committerSammysHP2022-12-25 10:34:48 +0100
commit8c7cea263f6b826d0d2117d04ef1cea180e1412e (patch)
tree0e87588306e4dc577232b9c618655aeb4f9d1754 /pkg.install
parent5d1066c63a89a52ae71c9f0fe6bf7e7a79853245 (diff)
downloadaur-8c7cea263f6b826d0d2117d04ef1cea180e1412e.tar.gz
Fix wrong commit content
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
-}