diff options
Diffstat (limited to 'community-testing/mapnik/mapnik.install')
-rw-r--r-- | community-testing/mapnik/mapnik.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/mapnik/mapnik.install b/community-testing/mapnik/mapnik.install deleted file mode 100644 index 46f265d5b..000000000 --- a/community-testing/mapnik/mapnik.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - /sbin/ldconfig -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |