summarylogtreecommitdiffstats
path: root/eekboard.install
diff options
context:
space:
mode:
authorBrian Bidulock2016-05-29 20:31:31 -0600
committerBrian Bidulock2016-05-29 20:31:31 -0600
commit7cdbbfcef062fbf50b202958ee395b7d239b42d5 (patch)
tree9dcedf2efeb0c23456a0228f3612202a3e7b4b0f /eekboard.install
parentb1fc43a3c496b20f45a5ad5bf4fe2e28c5978c40 (diff)
downloadaur-7cdbbfcef062fbf50b202958ee395b7d239b42d5.tar.gz
version 1.0.8-4
Diffstat (limited to 'eekboard.install')
-rw-r--r--eekboard.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/eekboard.install b/eekboard.install
deleted file mode 100644
index aab75674cb0c..000000000000
--- a/eekboard.install
+++ /dev/null
@@ -1,22 +0,0 @@
-post_install() {
- glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- #update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- #post_install "$1"
- echo "POST UPGRAD $1"
- echo "#######################################
- #############################################
- #############################################"
-}
-
-post_remove() {
- #post_install "$1"
- echo "POST REMOVE $1"
- echo "#######################################
- #############################################
- #############################################"
-}