~ubuntu-branches/ubuntu/hoary/blackbox/hoary

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Bruno Barrera C.
  • Date: 2004-08-20 21:44:55 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040820214455-lk7lolt92o90aaao
Tags: 0.65.0-3
* Fixed FTBFS with gcc-3.4 (closes: #266642)
* debian/postinst now checks for the correct files to be removed
  (blackbox-menu instead Blackbox-menu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                rm /usr/share/blackbox/styles/stylesmenu
29
29
        fi
30
30
        
31
 
        if [ -f /etc/X11/blackbox/Blackbox-menu ]; then
32
 
                rm /etc/X11/blackbox/Blackbox-menu
 
31
        if [ -f /etc/X11/blackbox/blackbox-menu ]; then
 
32
                rm /etc/X11/blackbox/blackbox-menu
33
33
        fi
34
34
 
35
35
        if [ -x /usr/sbin/wm-menu-config ]; then