summaryrefslogtreecommitdiffstats
path: root/gimp-git/gimp-git.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-23 22:01:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-23 22:02:18 +0200
commitebc82b27288df5c58194083ead4a6e6de7f52d21 (patch)
tree30d4e874cc19a03dfc62a0ee7c6c5e6c9756d4ec /gimp-git/gimp-git.install
parent44c6e7dfa4967843b05ee961fd243f655ed31717 (diff)
downloadaur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.gz
aur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.xz
mass update (again :( )
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'gimp-git/gimp-git.install')
-rw-r--r--gimp-git/gimp-git.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/gimp-git/gimp-git.install b/gimp-git/gimp-git.install
deleted file mode 100644
index 24e2c39..0000000
--- a/gimp-git/gimp-git.install
+++ /dev/null
@@ -1,23 +0,0 @@
-post_install() {
- cat << EOM
-
---> OPTIONAL PACKAGES:
---> Please install optional packages as necessary. They will be found and
---> used automatically:
---> gimp has built-in cups print support now. For more sophisticated printing, install gutenprint.
---> For help browser support, install libgtkhtml.
-
-EOM
-
- echo "update desktop mime database..."
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- echo "update desktop mime database..."
- update-desktop-database -q
-}