source: projects/Vine-manual/trunk/update-watch.sh @ 249

Revision 249, 170 bytes checked in by yasumichi, 15 years ago (diff)

update about file-roller

Line 
1#!/bin/bash
2
3UW_NAME=update-watch.xml
4UW_VERSION=`rpm -q --qf "%{version}" update-watch`
5
6sed "s/version/$UW_VERSION/" desktop-guide/$UW_NAME.in > desktop-guide/$UW_NAME
Note: See TracBrowser for help on using the repository browser.