~ubuntu-branches/debian/sid/backintime/sid

« back to all changes in this revision

Viewing changes to run2.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Wiltshire
  • Date: 2012-05-20 22:17:54 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120520221754-x1zsk7b3ie7oq6q7
Tags: 1.0.10-1
* New upstream release (Closes: #656855, #642050)
* Patch kde-html-dir.patch merged upstream
* Standards version 3.9.3 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
rm backintime-*
4
 
./makedeb.sh
5
 
sudo dpkg -i *.deb
6
 
backintime-kde4
7