summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpriponne2017-05-02 14:58:22 +0100
committerpriponne2017-05-02 14:58:22 +0100
commita9e139149c52a6aa57e1bd3ee2c198b2c29a2e99 (patch)
tree0f918d424b26b3d96332ccf691ba436b8468f87a
parent4dd628f4765ef7abf6d78ce48cf35d8c69930649 (diff)
downloadaur-a9e139149c52a6aa57e1bd3ee2c198b2c29a2e99.tar.gz
Removed .install file.
-rw-r--r--file-roller.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/file-roller.install b/file-roller.install
deleted file mode 100644
index 8b17fa3d4103..000000000000
--- a/file-roller.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}