summarylogtreecommitdiffstats
path: root/wxlua.install
diff options
context:
space:
mode:
Diffstat (limited to 'wxlua.install')
-rw-r--r--wxlua.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/wxlua.install b/wxlua.install
deleted file mode 100644
index 4c3ec62a0d8c..000000000000
--- a/wxlua.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}