File: postrm

package info (click to toggle)
wmanager 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 91
  • sloc: cpp: 520; perl: 124; makefile: 93; sh: 83
file content (11 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

case "$1" in
    purge)
	# remove the files that install-menu creates
	rm -f /etc/X11/wmanagerrc
	;;
esac

#DEBHELPER#