Files
storage-fixup/storage-fixup.system-sleep
Tomáš Chvátal cc4989e7a7 Accepting request 262601 from home:gberh:branches:Base:System
- 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
2014-12-01 09:58:32 +00:00

6 lines
69 B
Bash

#!/bin/sh
if [ "$1" = "post" ]; then
/usr/sbin/storage-fixup
fi