summaryrefslogtreecommitdiff
path: root/nonprism/darktable-nonprism/darktable.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 01:57:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 01:57:36 -0300
commit0be822175bb3cef0534b9a0597e84ae1ee6374ec (patch)
treec9a4fb91c61309280fd8201c7cb52789ce02a7c6 /nonprism/darktable-nonprism/darktable.install
parent468e115b1432c745ce9ccf06d2fcca6b3cfb7227 (diff)
downloadabslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.tar.gz
abslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.tar.bz2
abslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.zip
remove nonprism suffix and add complex pkgrel on nonprism packages
Diffstat (limited to 'nonprism/darktable-nonprism/darktable.install')
-rw-r--r--nonprism/darktable-nonprism/darktable.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/nonprism/darktable-nonprism/darktable.install b/nonprism/darktable-nonprism/darktable.install
deleted file mode 100644
index 24b15a4f5..000000000
--- a/nonprism/darktable-nonprism/darktable.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_upgrade() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_remove() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}