~ubuntu-branches/ubuntu/karmic/splashy/karmic

« back to all changes in this revision

Viewing changes to debian/splashy.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-01-17 16:32:56 UTC
  • mfrom: (7.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20090117163256-o6iy20by7qyhgu8m
Tags: 0.3.13-3ubuntu1
* Resync with Debian unstable (LP: #313523).
* debian/patches/02_ubuntu_toolchain.diff: address hardened features
  provided by Ubuntu toolchain, fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
# removes theme legacy old directory
 
6
if [ -e /etc/splashy/themes.old ]; then
 
7
   rm -fr /etc/splashy/themes.old
 
8
fi
 
9
 
 
10
#DEBHELPER#
 
11
 
 
12
exit 0