~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to build-installer.sh

  • Committer: Tony George
  • Date: 2017-01-08 05:43:45 UTC
  • Revision ID: tony.george.kol@gmail.com-20170108054345-mrw7f7kuwgc4d3kh
Uninstall Timeshift BTRFS if installed; Renamed application from 'Timeshift RSYNC' to 'Timeshift'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
3
app_name='timeshift'
4
 
app_fullname='Timeshift RSYNC'
 
4
app_fullname='Timeshift'
5
5
tgz="../../pbuilder/"
6
6
dsc="../../builds/${app_name}*.dsc"
7
7
libs="../../libs"