summarylogtreecommitdiffstats
path: root/pantheon-calculator.install
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-30 11:26:40 +0200
committerMaxime Gauduin2016-05-30 11:26:40 +0200
commit47ae593bc4a9c40e2613e6ef8f74659a97286b76 (patch)
tree196ed6fb54a9c0ed563af1b8c2eef12f028af594 /pantheon-calculator.install
parent0bb639820be9283a2ee1a1e09a5070bff3dba3be (diff)
downloadaur-47ae593bc4a9c40e2613e6ef8f74659a97286b76.tar.gz
pantheon-calculator-bzr r227-1
Add intltool as dep and remove install file
Diffstat (limited to 'pantheon-calculator.install')
-rw-r--r--pantheon-calculator.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pantheon-calculator.install b/pantheon-calculator.install
deleted file mode 100644
index 511a2a0c7807..000000000000
--- a/pantheon-calculator.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: