File: postrm

package info (click to toggle)
xcolorsel 1.1a-7
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 388 kB
  • ctags: 340
  • sloc: ansic: 2,900; makefile: 106; sh: 29
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

# For X programs which we might want to put in the menu
if [ -x /usr/bin/install-fvwm2menu ] ; then
	install-fvwm2menu --remove xcolorsel
fi