source:
pkg/main/suspend2-scripts/tags/0.3.0/debian/suspend2-scripts.postinst
@
2204
| Revision 2204, 123 bytes checked in by alanbach-guest, 6 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | if [ "$1" = "configure" ]; then |
| 3 | cd /lib/modules/ |
| 4 | for x in * |
| 5 | do |
| 6 | update-initramfs -tc -k $x |
| 7 | done |
| 8 | fi |
Note: See TracBrowser
for help on using the repository browser.


