File: postrm

package info (click to toggle)
joe 3.7-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,300 kB
  • ctags: 2,460
  • sloc: ansic: 34,071; sh: 3,419; makefile: 138
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi

if [ "$1" = "purge" ]; then
  rm -rf /etc/joe
fi