summarylogtreecommitdiffstats
path: root/seaview.install
diff options
context:
space:
mode:
authorSteffen Weber2016-04-29 23:43:48 +0200
committerSteffen Weber2016-04-29 23:43:48 +0200
commit574807766a555076b047cbf99b0c892134afa18b (patch)
tree4f4154815728b02fb7af88496ccd41d2cc9e2ca6 /seaview.install
parent95546aad4e0991f4681d4535f0773efc95245f41 (diff)
downloadaur-574807766a555076b047cbf99b0c892134afa18b.tar.gz
Update to 4.6
Diffstat (limited to 'seaview.install')
-rw-r--r--seaview.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/seaview.install b/seaview.install
deleted file mode 100644
index 323ceed506f0..000000000000
--- a/seaview.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}