summaryrefslogtreecommitdiff
path: root/libre/patchage/patchage.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-07-24 18:28:23 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-07-24 18:28:23 -0600
commit61a0e4fb8417d236bd99a558ce9f291f361972e4 (patch)
tree25ed01f09c97a9772e144442230e6afed6646d74 /libre/patchage/patchage.install
parent2d8d40e1fa5a773573fddad7ab0be9857c3dceb5 (diff)
downloadabslibre-61a0e4fb8417d236bd99a558ce9f291f361972e4.tar.gz
abslibre-61a0e4fb8417d236bd99a558ce9f291f361972e4.tar.bz2
abslibre-61a0e4fb8417d236bd99a558ce9f291f361972e4.zip
rm -r libre/patchage # unblacklisting Arch's version
Diffstat (limited to 'libre/patchage/patchage.install')
-rw-r--r--libre/patchage/patchage.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/patchage/patchage.install b/libre/patchage/patchage.install
deleted file mode 100644
index c7a5da359..000000000
--- a/libre/patchage/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: