File: postrm

package info (click to toggle)
wm2 4-4.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 260 kB
  • ctags: 423
  • sloc: cpp: 3,648; makefile: 57; sh: 41
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/X11/wm2 ]; then
    rm -r /etc/X11/wm2
  fi
fi

#DEBHELPER#