]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
dummy install_files fix
authorJacek Konieczny <jajcus@jajcus.net>
Tue, 30 Oct 2012 20:00:53 +0000 (21:00 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 30 Oct 2012 20:00:53 +0000 (21:00 +0100)
efi-boot-update

index 41a8abe7f2b5832618eece988508e7c2c234a7fb..356922133e339d1c17093ba710273bf571c83eb2 100755 (executable)
@@ -227,7 +227,9 @@ for bootloader_conf in /etc/efi-boot/update.d/*.conf ; do
     ARCH="$(uname -m)"
     BINARY=""
     ARGS=""
-    install_files() {}
+    install_files() {
+        /bin/true
+    }
 
     . "$bootloader_conf" || continue
 
This page took 0.062427 seconds and 4 git commands to generate.