1 ;;; generic-apt-install.el --- install generic-apt extension
3 ;; Copyright (C) 2008 William Xu
5 ;; Author: William Xu <william.xwl@gmail.com>
7 ;; This program is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation; either version 3, or (at your option)
12 ;; This program is distributed in the hope that it will be useful, but
13 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 ;; General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with this program; see the file COPYING. If not, write to the
19 ;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
20 ;; MA 02110-1301, USA.
24 (require 'generic-apt
)
25 (require 'generic-apt-apt-get
)
26 (require 'generic-apt-fink
)
28 (provide 'generic-apt-install
)
30 ;;; generic-apt-install.el ends here