summarylogtreecommitdiffstats
path: root/ueyed.install
diff options
context:
space:
mode:
authorMaarten de Vries2019-04-27 20:30:06 +0200
committerMaarten de Vries2019-04-27 20:30:06 +0200
commit218e4f6a54983b8ecee9ab4a4e62cb588bb44081 (patch)
tree7b55f4ae5cecd6975701811be0d984a6a24f439e /ueyed.install
parent67349aca80e218dc3e9bd3c897c6774cd9194fd0 (diff)
downloadaur-218e4f6a54983b8ecee9ab4a4e62cb588bb44081.tar.gz
Fix firmware installation.
Diffstat (limited to 'ueyed.install')
-rw-r--r--ueyed.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/ueyed.install b/ueyed.install
index cffcd0a8f145..56f13794558a 100644
--- a/ueyed.install
+++ b/ueyed.install
@@ -4,13 +4,5 @@ _config_message() {
}
post_install() {
- useradd --system -M --shell /bin/false ueyed
_config_message
}
-
-post_upgrade() {
- old_version=$2
- diff="$(vercmp $old_version '4.72-2')"
- (( diff < 0 )) && _config_message
- true
-}