summarylogtreecommitdiffstats
path: root/util-linux.install
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux.install')
-rw-r--r--util-linux.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/util-linux.install b/util-linux.install
deleted file mode 100644
index 3fbfc2187d3a..000000000000
--- a/util-linux.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- # we don't want use systemd-tmpfiles here because
- # the package dependency would create a circular dep.
- if [[ ! -d run/uuidd ]]; then
- # refer to uid/gid by number to avoid dependency on filesystem
- install -o 68 -g 68 -dm755 run/uuidd
- fi
-}
-
-post_upgrade() {
- post_install
-}