~ubuntu-branches/debian/sid/fluxbox/sid

« back to all changes in this revision

Viewing changes to debian/fluxbox.postrm

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2012-05-30 22:17:42 UTC
  • Revision ID: package-import@ubuntu.com-20120530221742-rnk5r1fzi5ikc19w
Tags: 1.3.2-4
* Adding in a bit of tighter integration with fbautostart. This includes
  a new patch -- fix-startup-check-fbautostart.patch.
* Added a few C*FLAGS to the invocation of configure. Thanks to a new
  lintian check that caught the failure to pass the flags correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -e
3
3
 
4
 
Fluxbox_entry="/usr/bin/fluxbox"
5
 
 
6
4
case "$1" in
7
5
    purge)
8
6
        test -d /etc/X11/fluxbox && rm -rf /etc/X11/fluxbox
9
 
        ;;
 
7
    ;;
10
8
    remove)
11
9
        ;;
12
10
    *)