diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-29 14:04:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-29 15:18:02 +0000 |
commit | 5b29914c9f9e63776952405511dc69c91c78adf5 (patch) | |
tree | 446949cf73fd50757ce84a4e877b3f3b739737b8 /main/shotwell/shotwell.post-upgrade | |
parent | 5f17ef03804c07b43ab6cde0d461096f856953a0 (diff) | |
download | aports-5b29914c9f9e63776952405511dc69c91c78adf5.tar.bz2 aports-5b29914c9f9e63776952405511dc69c91c78adf5.tar.xz |
community/shotwell: move from main
Diffstat (limited to 'main/shotwell/shotwell.post-upgrade')
-rw-r--r-- | main/shotwell/shotwell.post-upgrade | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/shotwell/shotwell.post-upgrade b/main/shotwell/shotwell.post-upgrade deleted file mode 100644 index e6135da045..0000000000 --- a/main/shotwell/shotwell.post-upgrade +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -for i in shotwell.schemas; do - echo "Installing GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null -done |