~ubuntu-branches/ubuntu/saucy/bc/saucy

« back to all changes in this revision

Viewing changes to debian/dc.postrm

  • Committer: Package Import Robot
  • Author(s): John G. Hasler
  • Date: 2012-08-01 17:42:42 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120801174242-i52g43tcmvcb48io
Tags: 1.06.95-4
Added #!/bin/sh to scripts.
Closes: #683571: postinst and postrm are not valid scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
1
3
# Automatically added by dh_installmenu
2
4
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
3
5
# End automatically added section