source: projects/update-watch/tags/1.1.2/update-watch-cleanup @ 175

Revision 175, 150 bytes checked in by kazutaka, 15 years ago (diff)

update-watch をインポート

  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3# Remove trigger file when system is going reboot of halt
4
5if  [ -e /var/run/reboot-required ]; then
6    rm /var/run/reboot-required
7fi
8
Note: See TracBrowser for help on using the repository browser.