summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/pkg-deinstall.in
blob: e33dd4caa775f82587c3dc7245a3380358dae351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $FreeBSD$
#

if [ "$2" != "POST-DEINSTALL" ]; then
        exit 0
fi

boguscreatenewentry=%%PREFIX%%/share/templates/.keep_me

if [ ! -f $boguscreatenewentry ]; then
        touch $boguscreatenewentry
fi

exit 0