Added metapackage files
authorkrzsas <krzsas@gmail.com>
Mon, 5 Feb 2007 08:24:39 +0000 (08:24 +0000)
committerkrzsas <krzsas@gmail.com>
Mon, 5 Feb 2007 08:24:39 +0000 (08:24 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@47 5bde0345-f819-0410-ac75-e5045f9217cc

data/package_contents/whitestorkdictionary/DEBIAN/control [new file with mode: 0644]
data/package_contents/whitestorkdictionary/DEBIAN/postinst [new file with mode: 0755]
data/package_contents/whitestorkdictionary/DEBIAN/postrm [new file with mode: 0755]
data/package_contents/whitestorkdictionary/DEBIAN/preinst [new file with mode: 0755]
data/package_contents/whitestorkdictionary/DEBIAN/prerm [new file with mode: 0755]

diff --git a/data/package_contents/whitestorkdictionary/DEBIAN/control b/data/package_contents/whitestorkdictionary/DEBIAN/control
new file mode 100644 (file)
index 0000000..9bd02ef
--- /dev/null
@@ -0,0 +1,12 @@
+Package: whitestorkdictionary                                                         
+Version:
+Section: user/tools Tools                                                                
+Priority: optional                                                           
+Architecture: all  
+Installed-Size: 64                                                          
+Depends: whitestorkgui (>= 0.1.0), whitestork (>= 0.1.0), whitestorkplugins (>= 0.1.0)       
+Maintainer: ComArch S.A. <contact@comarch.com>                              
+Description: metapackage binding all WhiteStork Dictionary's components
+ This package gathers all WhiteStork's components together, increasing
+ the ease of use of WhiteStork Multilingual Dictionary.
+ Copyright 2006, ComArch S.A. 
diff --git a/data/package_contents/whitestorkdictionary/DEBIAN/postinst b/data/package_contents/whitestorkdictionary/DEBIAN/postinst
new file mode 100755 (executable)
index 0000000..d7b09f0
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo -e "Postinstalling actions..." 
diff --git a/data/package_contents/whitestorkdictionary/DEBIAN/postrm b/data/package_contents/whitestorkdictionary/DEBIAN/postrm
new file mode 100755 (executable)
index 0000000..36c6660
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo -e "Postremoving actions..."
diff --git a/data/package_contents/whitestorkdictionary/DEBIAN/preinst b/data/package_contents/whitestorkdictionary/DEBIAN/preinst
new file mode 100755 (executable)
index 0000000..302910b
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo -e "Preinstallation actions..."
diff --git a/data/package_contents/whitestorkdictionary/DEBIAN/prerm b/data/package_contents/whitestorkdictionary/DEBIAN/prerm
new file mode 100755 (executable)
index 0000000..9bd24b7
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo -e "Preremoving actions..."