* hack gnome iconsets in.
authorWilfried Göesgens <willi@citadel.org>
Sat, 1 Mar 2008 14:50:10 +0000 (14:50 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 1 Mar 2008 14:50:10 +0000 (14:50 +0000)
webcit/debian/citadel-webcit.postinst
webcit/debian/control

index eb80f3a851fe95d1a4f7c355be4956d17315362c..1a53cf8a0ce1a566abd7c1984edcc15a08fa30cb 100644 (file)
@@ -16,7 +16,8 @@ case "$1" in
 
        db_get citadel/WebcitApacheIntegration &&WWWTYPE="$RET"
        db_stop
-
+# Hack: make webcit use gnome icons. roll your own if wanted.
+       ln -s /usr/share/icons/gnome/24x24/mimetypes  /usr/share/citadel-webcit/static/icons
        #DEBHELPER#
        
 # update the webserver, if needed
index a8ea597909b98b294f849d12e4925579d3da8f82..5ea99c2f92bbce8f49985af331fcb01d13f4adb8 100644 (file)
@@ -9,7 +9,8 @@ Standards-Version: 3.7.2
 Package: citadel-webcit
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, tinymce, citadel-common, openssl, locales
-Suggests: citadel-server, apache2 | apache, localepurge, shared-mime-info
+Suggests: citadel-server, apache2 | apache, localepurge, gnome-icon-theme
+Recommends: shared-mime-info
 Description: web-based frontend to Citadel groupware server
  WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system.
  It is an attractive web middleware layer that allows user-friendly access.