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)

Tagging suspend2-scripts 0.3.0

  • Property svn:executable set to *
Line 
1#!/bin/sh
2if [ "$1" = "configure" ]; then
3   cd /lib/modules/
4   for x in *
5   do
6   update-initramfs -tc -k $x
7   done
8fi
Note: See TracBrowser for help on using the repository browser.