summarylogtreecommitdiffstats
path: root/patchage.install
diff options
context:
space:
mode:
authorAntonio Rojas2016-05-20 19:14:35 +0000
committerAntonio Rojas2016-05-20 19:14:35 +0000
commit01cde0e48b2a40df9aecb1599c1e85bb1750339b (patch)
tree088907f839d51965fa52591de689b309045849b4 /patchage.install
parentcacc8778607e1270e92f2e7c4c73a6e098f54b8c (diff)
downloadaur-01cde0e48b2a40df9aecb1599c1e85bb1750339b.tar.gz
Hooks
Diffstat (limited to 'patchage.install')
-rw-r--r--patchage.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/patchage.install b/patchage.install
deleted file mode 100644
index c7a5da3595e8..000000000000
--- a/patchage.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: