simplify reboot-required

This commit is contained in:
Dustin Kirkland 2009-02-11 08:14:41 -06:00
commit e079e4b8fe

View file

@ -18,6 +18,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
if [ -e /var/run/reboot-required ]; then [ -e /var/run/reboot-required ] && echo "(@)"
echo "(@)"
fi