summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-03-12 01:38:13 +0300
committerKonstantin2018-03-12 01:38:13 +0300
commit015bfd7a9a003c006ea94227b76f39d05827bb6e (patch)
tree551e4062ef08104dfe3f59587832ec1775afafed
parent3b00a56eeed5a789d5d1c265d1bb83633013d2ae (diff)
downloadaur-015bfd7a9a003c006ea94227b76f39d05827bb6e.tar.gz
Include libcanberra to depends
-rw-r--r--vala-panel-extras.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/vala-panel-extras.install b/vala-panel-extras.install
deleted file mode 100644
index 2b25faeee776..000000000000
--- a/vala-panel-extras.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}