ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/editors/emacs/pkg-deinstall
Revision: 21169
Committed: Tue Mar 15 00:04:54 2016 UTC (8 years, 1 month ago) by laffer1
Content type: text/plain
File size: 230 byte(s)
Log Message:
remove old patchset

File Contents

# Content
1 #!/bin/sh
2
3 GAMESROOT=/var/games/emacs
4
5 if [ "$2" = "DEINSTALL" ]; then
6 for s in snake tetris; do
7 if [ ! -s $GAMESROOT/$s-scores ]; then
8 rm -f $GAMESROOT/$s-scores
9 fi
10 done
11 rmdir $GAMESROOT 2>/dev/null
12 fi
13
14 exit 0

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain