diff options
Diffstat (limited to 'extra/geoclue2/geoclue.install')
-rw-r--r-- | extra/geoclue2/geoclue.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/geoclue2/geoclue.install b/extra/geoclue2/geoclue.install deleted file mode 100644 index c25dff2d3..000000000 --- a/extra/geoclue2/geoclue.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |