ait/os/cmake/cpack/deb/control/postrm
branchom
changeset 2 c9bf2537109a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ait/os/cmake/cpack/deb/control/postrm	Tue Nov 12 11:31:34 2013 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +# ------------------------------------------------------------
     1.7 +# postrm
     1.8 +#
     1.9 +# post removal script run
    1.10 +#
    1.11 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    1.12 +#
    1.13 +# Copyright (C) 2013 AIT Austrian Institute of Technology
    1.14 +# AIT Austrian Institute of Technology GmbH
    1.15 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.16 +# http://www.ait.ac.at
    1.17 +#
    1.18 +# This program is free software; you can redistribute it and/or
    1.19 +# modify it under the terms of the GNU General Public License
    1.20 +# as published by the Free Software Foundation version 2.
    1.21 +# 
    1.22 +# This program is distributed in the hope that it will be useful,
    1.23 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.24 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.25 +# GNU General Public License for more details.
    1.26 +# 
    1.27 +# You should have received a copy of the GNU General Public License
    1.28 +# along with this program; if not, write to the Free Software
    1.29 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.30 +# Boston, MA  02110-1301, USA.
    1.31 +# ------------------------------------------------------------