- run spec-cleaner - add storage-fixup-config.patch with additional harddisk models - port to systemd OBS-URL: https://build.opensuse.org/request/show/262601 OBS-URL: https://build.opensuse.org/package/show/Base:System/storage-fixup?expand=0&rev=10
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" = "post" ]; then
|
|
/usr/sbin/storage-fixup
|
|
fi
|