summaryrefslogtreecommitdiff
path: root/nonprism/darktable/darktable.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:24:07 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:24:07 -0300
commit854bd9b829b3184884b5acfca4733958062d4c73 (patch)
treec7c90f47da3719f7257c18fc7b1e6ed0774db392 /nonprism/darktable/darktable.install
parent9c5bcf8d1ff8ded857df203936ebb49f45f8dc89 (diff)
downloadabslibre-854bd9b829b3184884b5acfca4733958062d4c73.tar.gz
abslibre-854bd9b829b3184884b5acfca4733958062d4c73.tar.bz2
abslibre-854bd9b829b3184884b5acfca4733958062d4c73.zip
nonprism/darktable: remove install file and add armv7h
Diffstat (limited to 'nonprism/darktable/darktable.install')
-rw-r--r--nonprism/darktable/darktable.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/nonprism/darktable/darktable.install b/nonprism/darktable/darktable.install
deleted file mode 100644
index bce670aff..000000000
--- a/nonprism/darktable/darktable.install
+++ /dev/null
@@ -1,12 +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
-}